Class: Aws::Kafka::Types::KafkaClusterClientAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterClientAuthentication
- 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
-
#sasl_scram ⇒ Types::KafkaClusterSaslScramAuthentication
Details for SASL/SCRAM client authentication.
Instance Attribute Details
#sasl_scram ⇒ Types::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 |