You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::ServerSideEncryptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ServerSideEncryptionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  kms_key_id: "KmsKeyId",
}

Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_idString

The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn\'t support asymmetric CMKs.

Returns:

  • (String)

    The identifier of the AWS KMS customer master key (CMK).