Class: Aws::Kafka::Types::EncryptionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::EncryptionConfiguration
- 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
-
#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.
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 |