Class: Aws::Kafka::Types::KafkaClusterSaslScramAuthentication
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterSaslScramAuthentication
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kafka/types.rb
Overview
Details for SASL/SCRAM client authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mechanism ⇒ String
The SASL/SCRAM authentication mechanism.
-
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret.
Instance Attribute Details
#mechanism ⇒ String
The SASL/SCRAM authentication mechanism.
2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-kafka/types.rb', line 2486 class KafkaClusterSaslScramAuthentication < Struct.new( :mechanism, :secret_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret.
2486 2487 2488 2489 2490 2491 |
# File 'lib/aws-sdk-kafka/types.rb', line 2486 class KafkaClusterSaslScramAuthentication < Struct.new( :mechanism, :secret_arn) SENSITIVE = [] include Aws::Structure end |