Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails

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

Overview

Provides details for client authentication using TLS.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_arn_listArray<String>

List of Amazon Web Services Private CA Amazon Resource Names (ARNs). Amazon Web Services Private CA enables creation of private certificate authority (CA) hierarchies, including root and subordinate CAs, without the investment and maintenance costs of operating an on-premises CA.

Returns:

  • (Array<String>)


14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-securityhub/types.rb', line 14900

class AwsMskClusterClusterInfoClientAuthenticationTlsDetails < Struct.new(
  :certificate_authority_arn_list,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

Indicates whether TLS authentication is enabled or not.

Returns:

  • (Boolean)


14900
14901
14902
14903
14904
14905
# File 'lib/aws-sdk-securityhub/types.rb', line 14900

class AwsMskClusterClusterInfoClientAuthenticationTlsDetails < Struct.new(
  :certificate_authority_arn_list,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end