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
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
Remarks
When you include clip start time, note that you cannot use clip start time query parameters for this manifest's endpoint URL.
End
Optionally specify the end time for all of your manifest egress requests.
string? End { get; }
Property Value
Remarks
When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
ManifestFilter
Optionally specify one or more manifest filters for all of your manifest egress requests.
string? ManifestFilter { get; }
Property Value
Remarks
When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
Start
Optionally specify the start time for all of your manifest egress requests.
string? Start { get; }
Property Value
Remarks
When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.
TimeDelaySeconds
Optionally specify the time delay for all of your manifest egress requests.
double? TimeDelaySeconds { get; }
Property Value
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.