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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-access-configuration-access-token.html

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 '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 '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.

[1]: docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html#SecretsManager-CreateSecret-request-SecretString.html

Returns:

  • (String)


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

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