This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Cassandra::Stream
The AWS::Cassandra::Stream resource Property description not available. for Cassandra.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Cassandra::Stream", "Properties" : { "KeyspaceName" :String, "StreamViewType" :String, "TableName" :String} }
YAML
Type: AWS::Cassandra::Stream Properties: KeyspaceName:StringStreamViewType:StringTableName:String
Properties
KeyspaceNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_]{0,47}$Minimum:
1Maximum:
48Update requires: Replacement
StreamViewTypeProperty description not available.
Required: No
Type: String
Allowed values:
NEW_IMAGE | OLD_IMAGE | NEW_AND_OLD_IMAGES | KEYS_ONLYUpdate requires: Replacement
TableNameProperty description not available.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9][a-zA-Z0-9_]{0,47}$Minimum:
1Maximum:
48Update requires: Replacement
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreationRequestDateTimeProperty description not available.
StreamLabelProperty description not available.
StreamStatusProperty description not available.