Show / Hide Table of Contents

Interface CfnOriginEndpointPropsMixin.IFilterConfigurationProperty

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.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnOriginEndpointPropsMixin.IFilterConfigurationProperty
Syntax (vb)
Public Interface CfnOriginEndpointPropsMixin.IFilterConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;

             var filterConfigurationProperty = new FilterConfigurationProperty {
                 ClipStartTime = "clipStartTime",
                 End = "end",
                 ManifestFilter = "manifestFilter",
                 Start = "start",
                 TimeDelaySeconds = 123
             };

Synopsis

Properties

ClipStartTime

Optionally specify the clip start time for all of your manifest egress requests.

End

Optionally specify the end time for all of your manifest egress requests.

ManifestFilter

Optionally specify one or more manifest filters for all of your manifest egress requests.

Start

Optionally specify the start time for all of your manifest egress requests.

TimeDelaySeconds

Optionally specify the time delay for all of your manifest egress requests.

Properties

ClipStartTime

Optionally specify the clip start time for all of your manifest egress requests.

string? ClipStartTime { get; }
Property Value

string

Remarks

When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-clipstarttime

End

Optionally specify the end time for all of your manifest egress requests.

string? End { get; }
Property Value

string

Remarks

When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-end

ManifestFilter

Optionally specify one or more manifest filters for all of your manifest egress requests.

string? ManifestFilter { get; }
Property Value

string

Remarks

When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-manifestfilter

Start

Optionally specify the start time for all of your manifest egress requests.

string? Start { get; }
Property Value

string

Remarks

When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-start

TimeDelaySeconds

Optionally specify the time delay for all of your manifest egress requests.

double? TimeDelaySeconds { get; }
Property Value

double?

Remarks

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-filterconfiguration.html#cfn-mediapackagev2-originendpoint-filterconfiguration-timedelayseconds

Back to top Generated by DocFX