Class: Aws::Kafka::Types::KafkaClusterOAuthClientCredentials

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

Overview

Details for SASL/OAUTHBEARER using standard client_credentials grant (RFC 6749).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#token_request_secret_arnString

The Amazon Resource Name (ARN) of the Secrets Manager secret containing the OAuth client credentials.

Returns:

  • (String)


2925
2926
2927
2928
2929
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2925

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