AWS::MediaPackageV2::OriginEndpoint HlsManifestConfiguration
The HLS manfiest configuration associated with the origin endpoint.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ChildManifestName" :
String
, "FilterConfiguration" :FilterConfiguration
, "ManifestName" :String
, "ManifestWindowSeconds" :Integer
, "ProgramDateTimeIntervalSeconds" :Integer
, "ScteHls" :ScteHls
, "StartTag" :StartTag
, "Url" :String
}
YAML
ChildManifestName:
String
FilterConfiguration:FilterConfiguration
ManifestName:String
ManifestWindowSeconds:Integer
ProgramDateTimeIntervalSeconds:Integer
ScteHls:ScteHls
StartTag:StartTag
Url:String
Properties
ChildManifestName
-
The name of the child manifest associated with the HLS manifest configuration.
Required: No
Type: String
Pattern:
^[a-zA-Z0-9_-]+$
Minimum:
1
Maximum:
256
Update requires: No interruption
FilterConfiguration
Property description not available.
Required: No
Type: FilterConfiguration
Update requires: No interruption
ManifestName
-
The name of the manifest associated with the HLS manifest configuration.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$
Minimum:
1
Maximum:
256
Update requires: No interruption
ManifestWindowSeconds
-
The duration of the manifest window, in seconds, for the HLS manifest configuration.
Required: No
Type: Integer
Update requires: No interruption
ProgramDateTimeIntervalSeconds
-
The
EXT-X-PROGRAM-DATE-TIME
interval, in seconds, associated with the HLS manifest configuration.Required: No
Type: Integer
Update requires: No interruption
ScteHls
-
THE SCTE-35 HLS configuration associated with the HLS manifest configuration.
Required: No
Type: ScteHls
Update requires: No interruption
StartTag
Property description not available.
Required: No
Type: StartTag
Update requires: No interruption
Url
-
The URL of the HLS manifest configuration.
Required: No
Type: String
Update requires: No interruption