Interface CfnTablePropsMixin.KinesisStreamSpecificationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTablePropsMixin.KinesisStreamSpecificationProperty.Jsii$Proxy
- Enclosing class:
CfnTablePropsMixin
@Stability(Stable)
public static interface CfnTablePropsMixin.KinesisStreamSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
The Kinesis Data Streams configuration for the specified table.
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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTablePropsMixin.KinesisStreamSpecificationPropertystatic final classAn implementation forCfnTablePropsMixin.KinesisStreamSpecificationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApproximateCreationDateTimePrecision
The precision for the time and date that the stream was created.- See Also:
-
getStreamArn
The ARN for a specific Kinesis data stream.Length Constraints: Minimum length of 37. Maximum length of 1024.
Returns union: either
StringorIStreamRef- See Also:
-
builder
-