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

Class: Aws::Kafka::Types::EncryptionAtRest

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

Overview

Note:

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

{
  data_volume_kms_key_id: "__string", # required
}

The data-volume encryption details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#data_volume_kms_key_idString

The ARN of the AWS KMS key for encrypting data at rest. If you don\'t specify a KMS key, MSK creates one for you and uses it.

Returns:

  • (String)

    The ARN of the AWS KMS key for encrypting data at rest.