AWS::MediaPackageV2::OriginEndpointPolicy CdnAuthConfiguration - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::MediaPackageV2::OriginEndpointPolicy CdnAuthConfiguration

The settings to enable CDN authorization headers in MediaPackage.

Syntax

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

JSON

{ "CdnIdentifierSecretArns" : [ String, ... ], "SecretsRoleArn" : String }

YAML

CdnIdentifierSecretArns: - String SecretsRoleArn: String

Properties

CdnIdentifierSecretArns

The ARN for the secret in Secrets Manager that your CDN uses for authorization to access the endpoint.

Required: Yes

Type: Array of String

Minimum: 20 | 1

Maximum: 2048 | 100

Update requires: No interruption

SecretsRoleArn

The ARN for the IAM role that gives MediaPackage read access to Secrets Manager and AWS KMS for CDN authorization.

Required: Yes

Type: String

Minimum: 20

Maximum: 2048

Update requires: No interruption