Class: Aws::KafkaConnect::Types::KafkaClusterClientAuthentication

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#authentication_typeString

The type of client authentication used to connect to the Apache Kafka cluster. Value NONE means that no client authentication is used.

Returns:

  • (String)


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