View a markdown version of this page

AWS::Kinesis::Channel CloudWatchLogsConfiguration - AWS CloudFormation

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: Boolean LogGroupName: String LogStreamName: String

Properties

Enabled

Property description not available.

Required: Yes

Type: Boolean

Update requires: No interruption

LogGroupName

Property description not available.

Required: No

Type: String

Pattern: ^[\.\-_/#A-Za-z0-9]+$

Minimum: 1

Maximum: 512

Update requires: No interruption

LogStreamName

Property description not available.

Required: No

Type: String

Pattern: ^[^:*]+$

Minimum: 1

Maximum: 512

Update requires: No interruption