Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_volume_kms_key_idString

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.

Returns:

  • (String)


14996
14997
14998
14999
15000
# File 'lib/aws-sdk-securityhub/types.rb', line 14996

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