AWS::MediaTailor::SourceLocation SecretsManagerAccessTokenConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaTailor::SourceLocation SecretsManagerAccessTokenConfiguration

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "HeaderName" : String, "SecretArn" : String, "SecretStringKey" : String }

YAML

HeaderName: String SecretArn: String SecretStringKey: String

Properties

HeaderName

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

Required: No

Type: String

Update requires: No interruption

SecretArn

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

Required: No

Type: String

Update requires: No interruption

SecretStringKey

The Amazon 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.

Required: No

Type: String

Update requires: No interruption