aws-cdk-lib.aws_kendra.CfnIndex.ServerSideEncryptionConfigurationProperty

interface ServerSideEncryptionConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Kendra.CfnIndex.ServerSideEncryptionConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskendra#CfnIndex_ServerSideEncryptionConfigurationProperty
Javasoftware.amazon.awscdk.services.kendra.CfnIndex.ServerSideEncryptionConfigurationProperty
Pythonaws_cdk.aws_kendra.CfnIndex.ServerSideEncryptionConfigurationProperty
TypeScript aws-cdk-lib » aws_kendra » CfnIndex » ServerSideEncryptionConfigurationProperty

Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra.

We suggest that you use a CMK from your account to help secure your index. Amazon Kendra doesn't support asymmetric CMKs.

Example

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

Properties

NameTypeDescription
kmsKeyId?stringThe identifier of the AWS KMS key .

kmsKeyId?

Type: string (optional)

The identifier of the AWS KMS key .

Amazon Kendra doesn't support asymmetric keys.