Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Includes encryption-related information, such as the KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_at_restTypes::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails

The data-volume encryption details. You can't update encryption at rest settings for existing clusters.



14968
14969
14970
14971
14972
14973
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14968

class AwsMskClusterClusterInfoEncryptionInfoDetails < Struct.new(
  :encryption_in_transit,
  :encryption_at_rest)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_in_transitTypes::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails

The settings for encrypting data in transit.



14968
14969
14970
14971
14972
14973
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14968

class AwsMskClusterClusterInfoEncryptionInfoDetails < Struct.new(
  :encryption_in_transit,
  :encryption_at_rest)
  SENSITIVE = []
  include Aws::Structure
end