Class: Aws::Kafka::Types::KafkaClusterOAuthIamJwtBearer

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

Instance Attribute Details

#audienceString

The audience for the JWT Bearer assertion.

Returns:

  • (String)


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_algorithmString

The signing algorithm for the JWT Bearer assertion.

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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