Interface CfnIndex.IServerSideEncryptionConfigurationProperty
Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra.
Namespace: Amazon.CDK.AWS.Kendra
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IServerSideEncryptionConfigurationProperty
Syntax (vb)
Public Interface IServerSideEncryptionConfigurationProperty
Remarks
We suggest that you use a CMK from your account to help secure your index. Amazon Kendra doesn't support asymmetric CMKs.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Kendra;
var serverSideEncryptionConfigurationProperty = new ServerSideEncryptionConfigurationProperty {
KmsKeyId = "kmsKeyId"
};
Synopsis
Properties
KmsKeyId | The identifier of the AWS KMS key . |
Properties
KmsKeyId
The identifier of the AWS KMS key .
virtual string KmsKeyId { get; }
Property Value
System.String
Remarks
Amazon Kendra doesn't support asymmetric keys.