AWS::MediaTailor::LiveSource HttpPackageConfiguration - 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).

AWS::MediaTailor::LiveSource HttpPackageConfiguration

The HTTP package configuration properties for the requested VOD source.

Syntax

To declare this entity in your Amazon 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