This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DynamoDB::GlobalTable KinesisStreamSpecification
The Kinesis Data Streams configuration for the specified global table replica.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ApproximateCreationDateTimePrecision" :String, "StreamArn" :String}
YAML
ApproximateCreationDateTimePrecision:StringStreamArn:String
Properties
- ApproximateCreationDateTimePrecision
- 
                    The precision for the time and date that the stream was created. Required: No Type: String Allowed values: MICROSECOND | MILLISECONDUpdate requires: No interruption 
- StreamArn
- 
                    The ARN for a specific Kinesis data stream. Required: Yes Type: String Minimum: 37Maximum: 1024Update requires: No interruption