AWS::Lex::BotAlias 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 AWS 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