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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2388

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