AWS::MediaPackageV2::OriginEndpoint DashBaseUrl - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::OriginEndpoint DashBaseUrl

The base URLs to use for retrieving segments. You can specify multiple locations and indicate the priority and weight for when each should be used, for use in mutli-CDN workflows.

Syntax

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

JSON

{ "DvbPriority" : Integer, "DvbWeight" : Integer, "ServiceLocation" : String, "Url" : String }

YAML

DvbPriority: Integer DvbWeight: Integer ServiceLocation: String Url: String

Properties

DvbPriority

For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.

Required: No

Type: Integer

Minimum: 1

Maximum: 15000

Update requires: No interruption

DvbWeight

For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.

Required: No

Type: Integer

Minimum: 1

Maximum: 15000

Update requires: No interruption

ServiceLocation

The name of the source location.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Url

A source location for segments.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption