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

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

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)


14990
14991
14992
14993
14994
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14990

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