AWS::VoiceID::Domain ServerSideEncryptionConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::VoiceID::Domain ServerSideEncryptionConfiguration

The configuration containing information about the customer managed key used for encrypting customer data.

Syntax

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

JSON

{ "KmsKeyId" : String }

YAML

KmsKeyId: String

Properties

KmsKeyId

The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption