Class: Aws::Kafka::Types::KafkaClusterClientAuthentication

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kafka/types.rb

Overview

Details of the client authentication used by the Apache Kafka cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sasl_scramTypes::KafkaClusterSaslScramAuthentication

Details for SASL/SCRAM client authentication.



2468
2469
2470
2471
2472
# File 'lib/aws-sdk-kafka/types.rb', line 2468

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