Show / Hide Table of Contents

Interface CfnOriginEndpointPropsMixin.IHlsManifestConfigurationProperty

The HLS manifest configuration associated with the origin endpoint.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-hlsmanifestconfiguration.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 hlsManifestConfigurationProperty = new HlsManifestConfigurationProperty {
                 ChildManifestName = "childManifestName",
                 FilterConfiguration = new FilterConfigurationProperty {
                     ClipStartTime = "clipStartTime",
                     End = "end",
                     ManifestFilter = "manifestFilter",
                     Start = "start",
                     TimeDelaySeconds = 123
                 },
                 ManifestName = "manifestName",
                 ManifestWindowSeconds = 123,
                 ProgramDateTimeIntervalSeconds = 123,
                 ScteHls = new ScteHlsProperty {
                     AdMarkerHls = "adMarkerHls"
                 },
                 StartTag = new StartTagProperty {
                     Precise = false,
                     TimeOffset = 123
                 },
                 Url = "url",
                 UrlEncodeChildManifest = false
             };

Synopsis

Properties

ChildManifestName

The name of the child manifest associated with the HLS manifest configuration.

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.

ManifestName

The name of the manifest associated with the HLS manifest configuration.

ManifestWindowSeconds

The duration of the manifest window, in seconds, for the HLS manifest configuration.

ProgramDateTimeIntervalSeconds

The EXT-X-PROGRAM-DATE-TIME interval, in seconds, associated with the HLS manifest configuration.

ScteHls

THE SCTE-35 HLS configuration associated with the HLS manifest configuration.

StartTag

To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.

Url

The URL of the HLS manifest configuration.

UrlEncodeChildManifest

When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.

Properties

ChildManifestName

The name of the child manifest associated with the HLS manifest configuration.

string? ChildManifestName { get; }
Property Value

string

Remarks

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

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.

object? FilterConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IFilterConfigurationProperty

ManifestName

The name of the manifest associated with the HLS manifest configuration.

string? ManifestName { get; }
Property Value

string

Remarks

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

ManifestWindowSeconds

The duration of the manifest window, in seconds, for the HLS manifest configuration.

double? ManifestWindowSeconds { get; }
Property Value

double?

Remarks

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

ProgramDateTimeIntervalSeconds

The EXT-X-PROGRAM-DATE-TIME interval, in seconds, associated with the HLS manifest configuration.

double? ProgramDateTimeIntervalSeconds { get; }
Property Value

double?

Remarks

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

ScteHls

THE SCTE-35 HLS configuration associated with the HLS manifest configuration.

object? ScteHls { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IScteHlsProperty

StartTag

To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.

object? StartTag { get; }
Property Value

object

Remarks

When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.

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

Type union: either IResolvable or CfnOriginEndpointPropsMixin.IStartTagProperty

Url

The URL of the HLS manifest configuration.

string? Url { get; }
Property Value

string

Remarks

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

UrlEncodeChildManifest

When enabled, MediaPackage URL-encodes the query string for API requests for HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.

object? UrlEncodeChildManifest { get; }
Property Value

object

Remarks

For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide .

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

Type union: either bool or IResolvable

Back to top Generated by DocFX