Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The data-volume encryption details. You can’t update encryption at rest settings for existing clusters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_volume_kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest.
Instance Attribute Details
#data_volume_kms_key_id ⇒ String
The Amazon Resource Name (ARN) of the KMS key for encrypting data at rest. If you don’t specify a KMS key, MSK creates one for you and uses it.
14989 14990 14991 14992 14993 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14989 class AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails < Struct.new( :data_volume_kms_key_id) SENSITIVE = [] include Aws::Structure end |