Interface CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnIndexPropsMixin

@Stability(Stable) public static interface CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.kendra.*;
 ServerSideEncryptionConfigurationProperty serverSideEncryptionConfigurationProperty = ServerSideEncryptionConfigurationProperty.builder()
         .kmsKeyId("kmsKeyId")
         .build();
 

See Also: