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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1966
1967
1968
1969
1970
# File 'lib/aws-sdk-kafka/types.rb', line 1966

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