Class CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty
CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder, CfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final ObjectFilter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.final StringA short string that's appended to the endpoint URL.final NumberThe total duration (in seconds) of the manifest's content.final NumberInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.final ObjectThe SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final ObjectTo insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.final StringgetUrl()The URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.final ObjectWhen enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty.Builder.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyA short string that's appended to the endpoint URL.The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name,
index. MediaPackage automatically inserts the format extension, such as.m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. ThemanifestNameon theHLSManifestobject overrides themanifestNameyou provided on theoriginEndpointobject.- Specified by:
getManifestNamein interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getChildManifestName
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe name of the child manifest associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getChildManifestNamein interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyFilter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.Returns union: either
IResolvableorCfnOriginEndpoint.FilterConfigurationProperty- Specified by:
getFilterConfigurationin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe total duration (in seconds) of the manifest's content.- Specified by:
getManifestWindowSecondsin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyInsertsEXT-X-PROGRAM-DATE-TIMEtags in the output manifest at the interval that you specify.If you don't enter an interval,
EXT-X-PROGRAM-DATE-TIMEtags aren't included in the manifest. The tags sync the stream to the wall clock so that viewers can seek to a specific time in the playback timeline on the player.Irrespective of this parameter, if any
ID3Timedmetadata is in the HLS input, MediaPackage passes through that metadata to the HLS output.- Specified by:
getProgramDateTimeIntervalSecondsin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getScteHls
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe SCTE-35 HLS configuration associated with the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.Returns union: either
IResolvableorCfnOriginEndpoint.ScteHlsProperty- Specified by:
getScteHlsin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getStartTag
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyTo insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.When you do, you can also optionally specify whether to include a PRECISE value in the EXT-X-START tag.
Returns union: either
IResolvableorCfnOriginEndpoint.StartTagProperty- Specified by:
getStartTagin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyThe URL of the low-latency HLS (LL-HLS) manifest configuration of the origin endpoint.- Specified by:
getUrlin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
getUrlEncodeChildManifest
Description copied from interface:CfnOriginEndpoint.LowLatencyHlsManifestConfigurationPropertyWhen enabled, MediaPackage URL-encodes the query string for API requests for LL-HLS child manifests to comply with AWS Signature Version 4 (SigV4) signature signing protocol.For more information, see AWS Signature Version 4 for API requests in AWS Identity and Access Management User Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getUrlEncodeChildManifestin interfaceCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-