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::Lex::Bot ConversationLogSettings
Configures conversation logging that saves audio, text, and metadata for the conversations with your users.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AudioLogSettings" :[ AudioLogSetting, ... ], "TextLogSettings" :[ TextLogSetting, ... ]}
Properties
AudioLogSettings-
The Amazon S3 settings for logging audio to an S3 bucket.
Required: No
Type: Array of AudioLogSetting
Maximum:
1Update requires: No interruption
TextLogSettings-
The Amazon CloudWatch Logs settings for logging text and metadata.
Required: No
Type: Array of TextLogSetting
Maximum:
1Update requires: No interruption