Class CfnOriginEndpoint.HlsManifestConfigurationProperty
The HLS manifest configuration associated with the origin endpoint.
Inherited Members
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
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 |
| 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
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
Remarks
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
Remarks
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
Remarks
ManifestWindowSeconds
The duration of the manifest window, in seconds, for the HLS manifest configuration.
public double? ManifestWindowSeconds { get; set; }
Property Value
Remarks
ProgramDateTimeIntervalSeconds
The EXT-X-PROGRAM-DATE-TIME interval, in seconds, associated with the HLS manifest configuration.
public double? ProgramDateTimeIntervalSeconds { get; set; }
Property Value
Remarks
ScteHls
THE SCTE-35 HLS configuration associated with the HLS manifest configuration.
public object? ScteHls { get; set; }
Property Value
Remarks
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
Remarks
When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
Type union: either IResolvable or CfnOriginEndpoint.IStartTagProperty
Url
The URL of the HLS manifest configuration.
public string? Url { get; set; }
Property Value
Remarks
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
Remarks
For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide .
Type union: either bool or IResolvable