Interface CfnOriginEndpointPropsMixin.IMssManifestConfigurationProperty
<p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint.
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnOriginEndpointPropsMixin.IMssManifestConfigurationProperty
Syntax (vb)
Public Interface CfnOriginEndpointPropsMixin.IMssManifestConfigurationProperty
Remarks
This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
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 mssManifestConfigurationProperty = new MssManifestConfigurationProperty {
FilterConfiguration = new FilterConfigurationProperty {
ClipStartTime = "clipStartTime",
End = "end",
ManifestFilter = "manifestFilter",
Start = "start",
TimeDelaySeconds = 123
},
ManifestLayout = "manifestLayout",
ManifestName = "manifestName",
ManifestWindowSeconds = 123
};
Synopsis
Properties
| FilterConfiguration | <p>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. |
| ManifestLayout | <p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. |
| ManifestName | <p>The name of the MSS manifest. |
| ManifestWindowSeconds | <p>The duration (in seconds) of the manifest window. |
Properties
FilterConfiguration
<p>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.
object? FilterConfiguration { get; }
Property Value
Remarks
</p>
Type union: either IResolvable or CfnOriginEndpointPropsMixin.IFilterConfigurationProperty
ManifestLayout
<p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint.
string? ManifestLayout { get; }
Property Value
Remarks
ManifestName
<p>The name of the MSS manifest.
string? ManifestName { get; }
Property Value
Remarks
This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
ManifestWindowSeconds
<p>The duration (in seconds) of the manifest window.
double? ManifestWindowSeconds { get; }
Property Value
Remarks
This represents the total amount of content available in the manifest at any given time.</p>