AWS::MediaTailor::VodSource HttpPackageConfiguration
The HTTP package configuration properties for the requested VOD source.
Syntax
To declare this entity in your AWS 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
andDASH
.Required: Yes
Type: String
Allowed values:
DASH | HLS
Update requires: No interruption