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.4/services/mediapackage.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 Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.

§
SecretsRoleArn: string
[src]

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