Class: Aws::KafkaConnect::Types::KafkaClusterClientAuthenticationDescription

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)


1203
1204
1205
1206
1207
# File 'gems/aws-sdk-kafkaconnect/lib/aws-sdk-kafkaconnect/types.rb', line 1203

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