Class: Aws::Kafka::Types::EncryptionConfiguration

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

Overview

The AWS KMS encryption configuration applied to data at rest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the data.

Returns:

  • (String)


2388
2389
2390
2391
2392
# File 'lib/aws-sdk-kafka/types.rb', line 2388

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