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:- StringSecretsRoleArn: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 | 1Maximum:
2048 | 100Update 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:
20Maximum:
2048Update requires: No interruption