Class: Aws::Kafka::Types::KafkaClusterSaslScramAuthentication

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#mechanismString

The SASL/SCRAM authentication mechanism.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Secrets Manager secret.

Returns:

  • (String)


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