Show / Hide Table of Contents

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>

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.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 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

object

Remarks

</p>

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

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

string

Remarks

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

ManifestName

<p>The name of the MSS manifest.

string? ManifestName { get; }
Property Value

string

Remarks

This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>

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

ManifestWindowSeconds

<p>The duration (in seconds) of the manifest window.

double? ManifestWindowSeconds { get; }
Property Value

double?

Remarks

This represents the total amount of content available in the manifest at any given time.</p>

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

Back to top Generated by DocFX