Show / Hide Table of Contents

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 CfnIndex.IServerSideEncryptionConfigurationProperty
Syntax (vb)
Public Interface CfnIndex.IServerSideEncryptionConfigurationProperty
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-index-serversideencryptionconfiguration.html

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 .

string? KmsKeyId { get; }
Property Value

string

Remarks

Amazon Kendra doesn't support asymmetric keys.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kendra-index-serversideencryptionconfiguration.html#cfn-kendra-index-serversideencryptionconfiguration-kmskeyid

Back to top Generated by DocFX