Class: Aws::Kafka::Types::EncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::EncryptionConfiguration
- 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
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the data.
Instance Attribute Details
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS KMS key used to encrypt the data.
2413 2414 2415 2416 2417 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2413 class EncryptionConfiguration < Struct.new( :kms_key_arn) SENSITIVE = [] include Aws::Structure end |