Class: Aws::Kafka::Types::Tls
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::Tls
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Details for client authentication using TLS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_arn_list ⇒ Array<String>
List of ACM Certificate Authority ARNs.
-
#enabled ⇒ Boolean
TLS authentication is enabled or not.
Instance Attribute Details
#certificate_authority_arn_list ⇒ Array<String>
List of ACM Certificate Authority ARNs.
3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-kafka/types.rb', line 3823 class Tls < Struct.new( :certificate_authority_arn_list, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
TLS authentication is enabled or not.
3823 3824 3825 3826 3827 3828 |
# File 'lib/aws-sdk-kafka/types.rb', line 3823 class Tls < Struct.new( :certificate_authority_arn_list, :enabled) SENSITIVE = [] include Aws::Structure end |