Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
15120 15121 15122 15123 15124 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15120 class AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails < Struct.new( :data_volume_kms_key_id) SENSITIVE = [] include Aws::Structure end |