Show / Hide Table of Contents

Class CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty

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

Inheritance
object
CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty
Implements
CfnIndexPropsMixin.IServerSideEncryptionConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Kendra.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty : CfnIndexPropsMixin.IServerSideEncryptionConfigurationProperty
Syntax (vb)
Public Class CfnIndexPropsMixin.ServerSideEncryptionConfigurationProperty Implements CfnIndexPropsMixin.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.Mixins.Preview.AWS.Kendra.Mixins;

             var serverSideEncryptionConfigurationProperty = new ServerSideEncryptionConfigurationProperty {
                 KmsKeyId = "kmsKeyId"
             };

Synopsis

Constructors

ServerSideEncryptionConfigurationProperty()

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

Properties

KmsKeyId

The identifier of the AWS KMS key .

Constructors

ServerSideEncryptionConfigurationProperty()

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

public ServerSideEncryptionConfigurationProperty()
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.Mixins.Preview.AWS.Kendra.Mixins;

             var serverSideEncryptionConfigurationProperty = new ServerSideEncryptionConfigurationProperty {
                 KmsKeyId = "kmsKeyId"
             };

Properties

KmsKeyId

The identifier of the AWS KMS key .

public string? KmsKeyId { get; set; }
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

Implements

CfnIndexPropsMixin.IServerSideEncryptionConfigurationProperty
Back to top Generated by DocFX