AWS::Lex::Bot CloudWatchLogGroupLogDestination - 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::Lex::Bot CloudWatchLogGroupLogDestination

The Amazon CloudWatch Logs log group where the text and metadata logs are delivered. The log group must exist before you enable logging.

Syntax

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

JSON

{ "CloudWatchLogGroupArn" : String, "LogPrefix" : String }

YAML

CloudWatchLogGroupArn: String LogPrefix: String

Properties

CloudWatchLogGroupArn

The Amazon Resource Name (ARN) of the log group where text and metadata logs are delivered.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

LogPrefix

The prefix of the log stream name within the log group that you specified

Required: Yes

Type: String

Minimum: 0

Maximum: 1024

Update requires: No interruption