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)


1339
1340
1341
1342
1343
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1339

class KafkaClusterClientAuthentication < Struct.new(
  :authentication_type)
  SENSITIVE = []
  include Aws::Structure
end