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::Kinesis::Channel CloudWatchLogsConfiguration
The CloudWatchLogsConfiguration property type specifies Property description not available. for an AWS::Kinesis::Channel.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Enabled" :Boolean, "LogGroupName" :String, "LogStreamName" :String}
YAML
Enabled:BooleanLogGroupName:StringLogStreamName:String
Properties
EnabledProperty description not available.
Required: Yes
Type: Boolean
Update requires: No interruption
LogGroupNameProperty description not available.
Required: No
Type: String
Pattern:
^[\.\-_/#A-Za-z0-9]+$Minimum:
1Maximum:
512Update requires: No interruption
LogStreamNameProperty description not available.
Required: No
Type: String
Pattern:
^[^:*]+$Minimum:
1Maximum:
512Update requires: No interruption