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::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:StringSourceGroup:StringType:String
Properties
- Path
- 
                    The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrlto 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 HLSandDASH.Required: Yes Type: String Allowed values: DASH | HLSUpdate requires: No interruption