AWS::Lex::BotAlias S3BucketLogDestination
Specifies an Amazon S3 bucket for logging audio conversations
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "KmsKeyArn" :String, "LogPrefix" :String, "S3BucketArn" :String}
YAML
KmsKeyArn:StringLogPrefix:StringS3BucketArn:String
Properties
KmsKeyArn-
The Amazon Resource Name (ARN) of an Amazon Key Management Service (KMS) key for encrypting audio log files stored in an Amazon S3 bucket.
Required: No
Type: String
Update requires: No interruption
LogPrefix-
The S3 prefix to assign to audio log files.
Required: Yes
Type: String
Maximum:
1024Update requires: No interruption
S3BucketArn-
The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Pattern:
^arn:[\w\-]+:s3:::[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$Update requires: No interruption