Class: Aws::Kafka::Types::KafkaClusterOAuthIamJwtBearer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kafka::Types::KafkaClusterOAuthIamJwtBearer
- Defined in:
- gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb
Overview
Details for SASL/OAUTHBEARER using JWT Bearer assertion grant (RFC 7523).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audience ⇒ String
The audience for the JWT Bearer assertion.
-
#signing_algorithm ⇒ String
The signing algorithm for the JWT Bearer assertion.
-
#token_request_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.
Instance Attribute Details
#audience ⇒ String
The audience for the JWT Bearer assertion.
2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2949 class KafkaClusterOAuthIamJwtBearer < Struct.new( :audience, :signing_algorithm, :token_request_secret_arn) SENSITIVE = [] include Aws::Structure end |
#signing_algorithm ⇒ String
The signing algorithm for the JWT Bearer assertion.
2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2949 class KafkaClusterOAuthIamJwtBearer < Struct.new( :audience, :signing_algorithm, :token_request_secret_arn) SENSITIVE = [] include Aws::Structure end |
#token_request_secret_arn ⇒ String
The Amazon Resource Name (ARN) of the Secrets Manager secret containing the signing key.
2949 2950 2951 2952 2953 2954 2955 |
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2949 class KafkaClusterOAuthIamJwtBearer < Struct.new( :audience, :signing_algorithm, :token_request_secret_arn) SENSITIVE = [] include Aws::Structure end |