Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoDetails
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#encryption_at_rest ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
The data-volume encryption details.
-
#encryption_in_transit ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
The settings for encrypting data in transit.
Instance Attribute Details
#encryption_at_rest ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionAtRestDetails
The data-volume encryption details. You can’t update encryption at rest settings for existing clusters.
14971 14972 14973 14974 14975 14976 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14971 class AwsMskClusterClusterInfoEncryptionInfoDetails < Struct.new( :encryption_in_transit, :encryption_at_rest) SENSITIVE = [] include Aws::Structure end |
#encryption_in_transit ⇒ Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails
The settings for encrypting data in transit.
14971 14972 14973 14974 14975 14976 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14971 class AwsMskClusterClusterInfoEncryptionInfoDetails < Struct.new( :encryption_in_transit, :encryption_at_rest) SENSITIVE = [] include Aws::Structure end |