Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails

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

Overview

The settings for encrypting data in transit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_brokerString

Indicates the encryption setting for data in transit between clients and brokers.

Returns:

  • (String)

14464
14465
14466
14467
14468
14469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

class AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails < Struct.new(
  :in_cluster,
  :client_broker)
  SENSITIVE = []
  include Aws::Structure
end

#in_clusterBoolean

When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plain text. The default value is true.

Returns:

  • (Boolean)

14464
14465
14466
14467
14468
14469
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14464

class AwsMskClusterClusterInfoEncryptionInfoEncryptionInTransitDetails < Struct.new(
  :in_cluster,
  :client_broker)
  SENSITIVE = []
  include Aws::Structure
end