Class: Aws::KafkaConnect::Types::KafkaClusterClientAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::KafkaConnect::Types::KafkaClusterClientAuthentication
- Defined in:
- gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb
Overview
The client authentication information used in order to authenticate with the Apache Kafka cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication_type ⇒ String
The type of client authentication used to connect to the Apache Kafka cluster.
Instance Attribute Details
#authentication_type ⇒ String
The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.
1186 1187 1188 1189 1190 |
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1186 class KafkaClusterClientAuthentication < Struct.new( :authentication_type) SENSITIVE = [] include Aws::Structure end |