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
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 |
| 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
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.
object? FilterConfiguration { get; }
Property Value
Remarks
Type union: either IResolvable or CfnOriginEndpointPropsMixin.IFilterConfigurationProperty
ManifestName
The name of the manifest associated with the HLS manifest configuration.
string? ManifestName { get; }
Property Value
Remarks
ManifestWindowSeconds
The duration of the manifest window, in seconds, for the HLS manifest configuration.
double? ManifestWindowSeconds { get; }
Property Value
Remarks
ProgramDateTimeIntervalSeconds
The EXT-X-PROGRAM-DATE-TIME interval, in seconds, associated with the HLS manifest configuration.
double? ProgramDateTimeIntervalSeconds { get; }
Property Value
Remarks
ScteHls
THE SCTE-35 HLS configuration associated with the HLS manifest configuration.
object? ScteHls { get; }
Property Value
Remarks
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
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 CfnOriginEndpointPropsMixin.IStartTagProperty
Url
The URL of the HLS manifest configuration.
string? Url { get; }
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.
object? UrlEncodeChildManifest { get; }
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