Show / Hide Table of Contents

Class CfnOriginEndpoint.HlsManifestConfigurationProperty

The HLS manifest configuration associated with the origin endpoint.

Inheritance
object
CfnOriginEndpoint.HlsManifestConfigurationProperty
Implements
CfnOriginEndpoint.IHlsManifestConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaPackageV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnOriginEndpoint.HlsManifestConfigurationProperty : CfnOriginEndpoint.IHlsManifestConfigurationProperty
Syntax (vb)
Public Class CfnOriginEndpoint.HlsManifestConfigurationProperty Implements CfnOriginEndpoint.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.AWS.MediaPackageV2;

             var hlsManifestConfigurationProperty = new HlsManifestConfigurationProperty {
                 ManifestName = "manifestName",

                 // the properties below are optional
                 ChildManifestName = "childManifestName",
                 FilterConfiguration = new FilterConfigurationProperty {
                     ClipStartTime = "clipStartTime",
                     End = "end",
                     ManifestFilter = "manifestFilter",
                     Start = "start",
                     TimeDelaySeconds = 123
                 },
                 ManifestWindowSeconds = 123,
                 ProgramDateTimeIntervalSeconds = 123,
                 ScteHls = new ScteHlsProperty {
                     AdMarkerHls = "adMarkerHls"
                 },
                 StartTag = new StartTagProperty {
                     TimeOffset = 123,

                     // the properties below are optional
                     Precise = false
                 },
                 Url = "url",
                 UrlEncodeChildManifest = false
             };

Synopsis

Constructors

HlsManifestConfigurationProperty()

The HLS manifest configuration associated with the origin endpoint.

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.

Constructors

HlsManifestConfigurationProperty()

The HLS manifest configuration associated with the origin endpoint.

public HlsManifestConfigurationProperty()
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.AWS.MediaPackageV2;

             var hlsManifestConfigurationProperty = new HlsManifestConfigurationProperty {
                 ManifestName = "manifestName",

                 // the properties below are optional
                 ChildManifestName = "childManifestName",
                 FilterConfiguration = new FilterConfigurationProperty {
                     ClipStartTime = "clipStartTime",
                     End = "end",
                     ManifestFilter = "manifestFilter",
                     Start = "start",
                     TimeDelaySeconds = 123
                 },
                 ManifestWindowSeconds = 123,
                 ProgramDateTimeIntervalSeconds = 123,
                 ScteHls = new ScteHlsProperty {
                     AdMarkerHls = "adMarkerHls"
                 },
                 StartTag = new StartTagProperty {
                     TimeOffset = 123,

                     // the properties below are optional
                     Precise = false
                 },
                 Url = "url",
                 UrlEncodeChildManifest = false
             };

Properties

ChildManifestName

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

public string? ChildManifestName { get; set; }
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.

public object? FilterConfiguration { get; set; }
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 CfnOriginEndpoint.IFilterConfigurationProperty

ManifestName

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

public string ManifestName { get; set; }
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.

public double? ManifestWindowSeconds { get; set; }
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.

public double? ProgramDateTimeIntervalSeconds { get; set; }
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.

public object? ScteHls { get; set; }
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 CfnOriginEndpoint.IScteHlsProperty

StartTag

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

public object? StartTag { get; set; }
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 CfnOriginEndpoint.IStartTagProperty

Url

The URL of the HLS manifest configuration.

public string? Url { get; set; }
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.

public object? UrlEncodeChildManifest { get; set; }
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

Implements

CfnOriginEndpoint.IHlsManifestConfigurationProperty
Back to top Generated by DocFX