EncryptionSetting - Amazon Lex API Reference

EncryptionSetting

The object representing the passwords that were used to encrypt the data related to the bot recommendation, as well as the AWS KMS key ARN used to encrypt the associated metadata.

Contents

associatedTranscriptsPassword

The password used to encrypt the associated transcript file.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: No

botLocaleExportPassword

The password used to encrypt the recommended bot recommendation file.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 1024.

Required: No

kmsKeyArn

The AWS KMS key ARN used to encrypt the metadata associated with the bot recommendation.

Type: String

Length Constraints: Minimum length of 20. Maximum length of 2048.

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

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: