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
-
#mtls ⇒ Types::KafkaClusterMTLSAuthentication
Details for mTLS client authentication.
-
#sasl_scram ⇒ Types::KafkaClusterSaslScramAuthentication
Details for SASL/SCRAM client authentication.
Instance Attribute Details
#mtls ⇒ Types::KafkaClusterMTLSAuthentication
Details for mTLS client authentication.
2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-kafka/types.rb', line 2472 class KafkaClusterClientAuthentication < Struct.new( :sasl_scram, :mtls) SENSITIVE = [] include Aws::Structure end |
#sasl_scram ⇒ Types::KafkaClusterSaslScramAuthentication
Details for SASL/SCRAM client authentication.
2472 2473 2474 2475 2476 2477 |
# File 'lib/aws-sdk-kafka/types.rb', line 2472 class KafkaClusterClientAuthentication < Struct.new( :sasl_scram, :mtls) SENSITIVE = [] include Aws::Structure end |