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::MediaPackage::PackagingGroup Authorization
Parameters for enabling CDN authorization.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CdnIdentifierSecret" :String, "SecretsRoleArn" :String}
YAML
CdnIdentifierSecret:StringSecretsRoleArn:String
Properties
- 
                    The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization. Required: Yes Type: String Update requires: No interruption 
- 
                    The Amazon Resource Name (ARN) for the IAM role that allows AWS Elemental MediaPackage to communicate with AWS Secrets Manager. Required: Yes Type: String Update requires: No interruption