AWS::MediaPackageV2::OriginEndpointPolicy CdnAuthConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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