Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SecretsManagerAccessTokenConfiguration

import type { SecretsManagerAccessTokenConfiguration } from "https://aws-api.deno.dev/v0.4/services/mediatailor.ts?docs=full";

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

interface SecretsManagerAccessTokenConfiguration {
HeaderName?: string | null;
SecretArn?: string | null;
SecretStringKey?: string | null;
}

§Properties

§
HeaderName?: string | null
[src]

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

§
SecretArn?: string | null
[src]

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

§
SecretStringKey?: string | null
[src]

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.