Class CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.HlsManifestConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.HlsManifestConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.HlsManifestConfigurationProperty
An implementation for
CfnOriginEndpoint.HlsManifestConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.HlsManifestConfigurationProperty
CfnOriginEndpoint.HlsManifestConfigurationProperty.Builder, CfnOriginEndpoint.HlsManifestConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.HlsManifestConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the child manifest associated with the HLS manifest configuration.final Object
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.final String
The name of the manifest associated with the HLS manifest configuration.final Number
The duration of the manifest window, in seconds, for the HLS manifest configuration.final Number
TheEXT-X-PROGRAM-DATE-TIME
interval, in seconds, associated with the HLS manifest configuration.final Object
THE SCTE-35 HLS configuration associated with the HLS manifest configuration.final Object
To insert an EXT-X-START tag in your HLS playlist, specify a StartTag configuration object with a valid TimeOffset.final String
getUrl()
The URL of the HLS manifest configuration.final int
hashCode()
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.HlsManifestConfigurationProperty.Builder
.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
The name of the manifest associated with the HLS manifest configuration.- Specified by:
getManifestName
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getChildManifestName
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
The name of the child manifest associated with the HLS manifest configuration.- Specified by:
getChildManifestName
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
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.
- Specified by:
getFilterConfiguration
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
The duration of the manifest window, in seconds, for the HLS manifest configuration.- Specified by:
getManifestWindowSeconds
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getProgramDateTimeIntervalSeconds
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
TheEXT-X-PROGRAM-DATE-TIME
interval, in seconds, associated with the HLS manifest configuration.- Specified by:
getProgramDateTimeIntervalSeconds
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getScteHls
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
THE SCTE-35 HLS configuration associated with the HLS manifest configuration.- Specified by:
getScteHls
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getStartTag
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
To 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.
- Specified by:
getStartTag
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.HlsManifestConfigurationProperty
The URL of the HLS manifest configuration.- Specified by:
getUrl
in interfaceCfnOriginEndpoint.HlsManifestConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-