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

Authorization

import type { Authorization } from "https://aws-api.deno.dev/v0.3/services/mediapackagevod.ts?docs=full";

CDN Authorization credentials

interface Authorization {
CdnIdentifierSecret: string;
SecretsRoleArn: string;
}

§Properties

§
CdnIdentifierSecret: string
[src]

The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.

§
SecretsRoleArn: string
[src]

The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.