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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

The data-volume encryption details.

Constant Summary collapse

SENSITIVE =
[]

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)


1816
1817
1818
1819
1820
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1816

class EncryptionAtRest < Struct.new(
  :data_volume_kms_key_id)
  SENSITIVE = []
  include Aws::Structure
end