aws-cdk-lib.aws_voiceid.CfnDomain.ServerSideEncryptionConfigurationProperty

interface ServerSideEncryptionConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.VoiceID.CfnDomain.ServerSideEncryptionConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsvoiceid#CfnDomain_ServerSideEncryptionConfigurationProperty
Javasoftware.amazon.awscdk.services.voiceid.CfnDomain.ServerSideEncryptionConfigurationProperty
Pythonaws_cdk.aws_voiceid.CfnDomain.ServerSideEncryptionConfigurationProperty
TypeScript aws-cdk-lib » aws_voiceid » CfnDomain » ServerSideEncryptionConfigurationProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_voiceid as voiceid } from 'aws-cdk-lib';
const serverSideEncryptionConfigurationProperty: voiceid.CfnDomain.ServerSideEncryptionConfigurationProperty = {
  kmsKeyId: 'kmsKeyId',
};

Properties

NameTypeDescription
kmsKeyIdstringThe identifier of the KMS key to use to encrypt data stored by Voice ID.

kmsKeyId

Type: string

The identifier of the KMS key to use to encrypt data stored by Voice ID.

Voice ID doesn't support asymmetric customer managed keys .