AWS::MediaPackage::OriginEndpoint Authorization - 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::MediaPackage::OriginEndpoint Authorization

Parameters for enabling CDN authorization on the endpoint.

Syntax

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

JSON

{ "CdnIdentifierSecret" : String, "SecretsRoleArn" : String }

YAML

CdnIdentifierSecret: String SecretsRoleArn: String

Properties

CdnIdentifierSecret

The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that your Content Delivery Network (CDN) uses for authorization to access your endpoint.

Required: Yes

Type: String

Update requires: No interruption

SecretsRoleArn

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