Class: Aws::MediaTailor::Types::SecretsManagerAccessTokenConfiguration

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

Overview

AWS Secrets Manager access token configuration parameters. For information about Secrets Manager access token authentication, see Working with AWS Secrets Manager access token authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#header_nameString

The name of the HTTP header used to supply the access token in requests to the source location.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3746

class SecretsManagerAccessTokenConfiguration < Struct.new(
  :header_name,
  :secret_arn,
  :secret_string_key)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the access token.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3746

class SecretsManagerAccessTokenConfiguration < Struct.new(
  :header_name,
  :secret_arn,
  :secret_string_key)
  SENSITIVE = []
  include Aws::Structure
end

#secret_string_keyString

The AWS Secrets Manager SecretString key associated with the access token. MediaTailor uses the key to look up SecretString key and value pair containing the access token.

Returns:

  • (String)


3746
3747
3748
3749
3750
3751
3752
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 3746

class SecretsManagerAccessTokenConfiguration < Struct.new(
  :header_name,
  :secret_arn,
  :secret_string_key)
  SENSITIVE = []
  include Aws::Structure
end