class Aws::Kafka::Types::Tls

Details for client authentication using TLS.

@note When making an API call, you may pass Tls

data as a hash:

    {
      certificate_authority_arn_list: ["__string"],
      enabled: false,
    }

@!attribute [rw] certificate_authority_arn_list

List of ACM Certificate Authority ARNs.
@return [Array<String>]

@!attribute [rw] enabled

TLS authentication is enabled or not.
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/Tls AWS API Documentation

Constants

SENSITIVE