AWS::Lex::BotAlias S3BucketLogDestination - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::BotAlias S3BucketLogDestination

Specifies an Amazon S3 bucket for logging audio conversations

Syntax

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

JSON

{ "KmsKeyArn" : String, "LogPrefix" : String, "S3BucketArn" : String }

YAML

KmsKeyArn: String LogPrefix: String S3BucketArn: String

Properties

KmsKeyArn

The Amazon Resource Name (ARN) of an AWS Key Management Service (KMS) key for encrypting audio log files stored in an Amazon S3 bucket.

Required: No

Type: String

Pattern: ^arn:[\w\-]+:kms:[\w\-]+:[\d]{12}:(?:key\/[\w\-]+|alias\/[a-zA-Z0-9:\/_\-]{1,256})$

Minimum: 20

Maximum: 2048

Update requires: No interruption

LogPrefix

The S3 prefix to assign to audio log files.

Required: Yes

Type: String

Minimum: 0

Maximum: 1024

Update requires: No interruption

S3BucketArn

The Amazon Resource Name (ARN) of an Amazon S3 bucket where audio log files are stored.

Required: Yes

Type: String

Pattern: ^arn:[\w\-]+:s3:::[a-z0-9][\.\-a-z0-9]{1,61}[a-z0-9]$

Minimum: 1

Maximum: 2048

Update requires: No interruption