Amazon DynamoDB Table StreamSpecification
StreamSpecification is a property of the AWS::DynamoDB::Table
resource that defines the settings of a DynamoDB table's stream.
Syntax
JSON
{ "StreamViewType" :String}
YAML
StreamViewType:String
Parameters
StreamViewType-
Determines the information that the stream captures when an item in the table is modified. For valid values, see StreamSpecification in the Amazon DynamoDB API Reference.
Required: Yes
Type: String
