public static interface CfnTable.KinesisStreamSpecificationProperty
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.dynamodb.*; KinesisStreamSpecificationProperty kinesisStreamSpecificationProperty = KinesisStreamSpecificationProperty.builder() .streamArn("streamArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnTable.KinesisStreamSpecificationProperty.Builder
A builder for
CfnTable.KinesisStreamSpecificationProperty |
static class |
CfnTable.KinesisStreamSpecificationProperty.Jsii$Proxy
An implementation for
CfnTable.KinesisStreamSpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnTable.KinesisStreamSpecificationProperty.Builder |
builder() |
java.lang.String |
getStreamArn()
The ARN for a specific Kinesis data stream.
|
java.lang.String getStreamArn()
Length Constraints: Minimum length of 37. Maximum length of 1024.
static CfnTable.KinesisStreamSpecificationProperty.Builder builder()