AWS::KinesisFirehose::DeliveryStream CloudWatchLoggingOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::KinesisFirehose::DeliveryStream CloudWatchLoggingOptions

The CloudWatchLoggingOptions property type specifies Amazon CloudWatch Logs (CloudWatch Logs) logging options that Amazon Kinesis Data Firehose (Kinesis Data Firehose) uses for the delivery stream.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Enabled" : Boolean, "LogGroupName" : String, "LogStreamName" : String }

YAML

Enabled: Boolean LogGroupName: String LogStreamName: String

Properties

Enabled

Indicates whether CloudWatch Logs logging is enabled.

Required: No

Type: Boolean

Update requires: No interruption

LogGroupName

The name of the CloudWatch Logs log group that contains the log stream that Kinesis Data Firehose will use.

Conditional. If you enable logging, you must specify this property.

Required: Conditional

Type: String

Pattern: [\.\-_/#A-Za-z0-9]*

Minimum: 0

Maximum: 512

Update requires: No interruption

LogStreamName

The name of the CloudWatch Logs log stream that Kinesis Data Firehose uses to send logs about data delivery.

Conditional. If you enable logging, you must specify this property.

Required: Conditional

Type: String

Pattern: [^:*]*

Minimum: 0

Maximum: 512

Update requires: No interruption