AWS::MediaPackageV2::OriginEndpoint FilterConfiguration - 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::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 Amazon CloudFormation template, use the following syntax:

JSON

{ "End" : String, "ManifestFilter" : String, "Start" : String, "TimeDelaySeconds" : Integer }

YAML

End: String ManifestFilter: String Start: String TimeDelaySeconds: Integer

Properties

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