Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoDetails
- 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
-
#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.
15102 15103 15104 15105 15106 15107 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15102 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.
15102 15103 15104 15105 15106 15107 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15102 class AwsMskClusterClusterInfoEncryptionInfoDetails < Struct.new( :encryption_in_transit, :encryption_at_rest) SENSITIVE = [] include Aws::Structure end |