AWS::MediaTailor::VodSource HttpPackageConfiguration - 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::MediaTailor::VodSource HttpPackageConfiguration

The HTTP package configuration properties for the requested VOD source.

Syntax

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

JSON

{ "Path" : String, "SourceGroup" : String, "Type" : String }

YAML

Path: String SourceGroup: String Type: String

Properties

Path

The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

Required: Yes

Type: String

Update requires: No interruption

SourceGroup

The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

Required: Yes

Type: String

Update requires: No interruption

Type

The streaming protocol for this package configuration. Supported values are HLS and DASH.

Required: Yes

Type: String

Allowed values: DASH | HLS

Update requires: No interruption