AWS::MediaPackageV2::OriginEndpoint FilterConfiguration
Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ClipStartTime" :
String
, "End" :String
, "ManifestFilter" :String
, "Start" :String
, "TimeDelaySeconds" :Integer
}
YAML
ClipStartTime:
String
End:String
ManifestFilter:String
Start:String
TimeDelaySeconds:Integer
Properties
ClipStartTime
-
Optionally specify the clip start time for all of your manifest egress requests. When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.
Required: No
Type: String
Update requires: No interruption
End
-
Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
Required: No
Type: String
Update requires: No interruption
ManifestFilter
-
Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
Required: No
Type: String
Minimum:
1
Maximum:
1024
Update requires: No interruption
Start
-
Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.
Required: No
Type: String
Update requires: No interruption
TimeDelaySeconds
-
Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.
Required: No
Type: Integer
Minimum:
0
Maximum:
1209600
Update requires: No interruption