Class: Aws::Kafka::Types::KafkaClusterOAuthClientCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterOAuthClientCredentials
- 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
-
#token_request_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the OAuth client credentials.
Instance Attribute Details
#token_request_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the OAuth client credentials.
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 |