This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaPackageV2::OriginEndpointPolicy CdnAuthConfiguration
The settings to enable CDN authorization headers in MediaPackage.
Syntax
To declare this entity in your Amazon 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 Amazon KMS for CDN authorization.
Required: Yes
Type: String
Minimum:
20
Maximum:
2048
Update requires: No interruption