Class: Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsMskClusterClusterInfoClientAuthenticationTlsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Provides details for client authentication using TLS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_arn_list ⇒ Array<String>
List of Amazon Web Services Private CA Amazon Resource Names (ARNs).
-
#enabled ⇒ Boolean
Indicates whether TLS authentication is enabled or not.
Instance Attribute Details
#certificate_authority_arn_list ⇒ Array<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.
15024 15025 15026 15027 15028 15029 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15024 class AwsMskClusterClusterInfoClientAuthenticationTlsDetails < Struct.new( :certificate_authority_arn_list, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Indicates whether TLS authentication is enabled or not.
15024 15025 15026 15027 15028 15029 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 15024 class AwsMskClusterClusterInfoClientAuthenticationTlsDetails < Struct.new( :certificate_authority_arn_list, :enabled) SENSITIVE = [] include Aws::Structure end |