class Aws::MediaTailor::Types::SecretsManagerAccessTokenConfiguration

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

@note When making an API call, you may pass SecretsManagerAccessTokenConfiguration

data as a hash:

    {
      header_name: "__string",
      secret_arn: "__string",
      secret_string_key: "__string",
    }

@!attribute [rw] header_name

The name of the HTTP header used to supply the access token in
requests to the source location.
@return [String]

@!attribute [rw] secret_arn

The Amazon Resource Name (ARN) of the AWS Secrets Manager secret
that contains the access token.
@return [String]

@!attribute [rw] secret_string_key

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

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

@see docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/SecretsManagerAccessTokenConfiguration AWS API Documentation

Constants

SENSITIVE