@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:40.188Z") @Stability(value=Stable) public interface CfnStreamConsumerProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesis.*;
CfnStreamConsumerProps cfnStreamConsumerProps = CfnStreamConsumerProps.builder()
.consumerName("consumerName")
.streamArn("streamArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStreamConsumerProps.Builder
A builder for
CfnStreamConsumerProps |
static class |
CfnStreamConsumerProps.Jsii$Proxy
An implementation for
CfnStreamConsumerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnStreamConsumerProps.Builder |
builder() |
String |
getConsumerName()
The name of the consumer is something you choose when you register the consumer.
|
String |
getStreamArn()
The ARN of the stream with which you registered the consumer.
|
@Stability(value=Stable) @NotNull String getConsumerName()
@Stability(value=Stable) @NotNull String getStreamArn()
@Stability(value=Stable) static CfnStreamConsumerProps.Builder builder()
CfnStreamConsumerProps.Builder of CfnStreamConsumerPropsCopyright © 2022. All rights reserved.