Interface CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty.Jsii$Proxy
Enclosing class:
CfnGlobalTablePropsMixin

@Stability(Stable) public static interface CfnGlobalTablePropsMixin.KinesisStreamSpecificationProperty extends software.amazon.jsii.JsiiSerializable
The Kinesis Data Streams configuration for the specified global table replica.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.dynamodb.*;
 KinesisStreamSpecificationProperty kinesisStreamSpecificationProperty = KinesisStreamSpecificationProperty.builder()
         .approximateCreationDateTimePrecision("approximateCreationDateTimePrecision")
         .streamArn("streamArn")
         .build();
 

See Also: