Class CfnOriginEndpoint.DashManifestConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.DashManifestConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.DashManifestConfigurationProperty
CfnOriginEndpoint.DashManifestConfigurationProperty
-
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.DashManifestConfigurationProperty
CfnOriginEndpoint.DashManifestConfigurationProperty.Builder, CfnOriginEndpoint.DashManifestConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashManifestConfigurationProperty.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
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
A short string that's appended to the endpoint URL.final Number
The total duration (in seconds) of the manifest's content.final Number
Minimum amount of content (in seconds) that a player must keep available in the buffer.final Number
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.final Object
The SCTE configuration.final String
final Number
The amount of time (in seconds) that the player should be from the end of the manifest.final Object
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).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.DashManifestConfigurationProperty.Builder
.
-
-
Method Details
-
getManifestName
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
A 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.
- Specified by:
getManifestName
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getDrmSignaling
- Specified by:
getDrmSignaling
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getFilterConfiguration
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
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.DashManifestConfigurationProperty
- See Also:
-
getManifestWindowSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The total duration (in seconds) of the manifest's content.
.- Specified by:
getManifestWindowSeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getMinBufferTimeSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Minimum amount of content (in seconds) that a player must keep available in the buffer.
.- Specified by:
getMinBufferTimeSeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getMinUpdatePeriodSeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
.- Specified by:
getMinUpdatePeriodSeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getPeriodTriggers
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.
Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.
- Specified by:
getPeriodTriggers
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getScteDash
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The SCTE configuration.
.- Specified by:
getScteDash
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getSegmentTemplateFormat
- Specified by:
getSegmentTemplateFormat
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getSuggestedPresentationDelaySeconds
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
The amount of time (in seconds) that the player should be from the end of the manifest.
.- Specified by:
getSuggestedPresentationDelaySeconds
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- See Also:
-
getUtcTiming
Description copied from interface:CfnOriginEndpoint.DashManifestConfigurationProperty
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
.- Specified by:
getUtcTiming
in interfaceCfnOriginEndpoint.DashManifestConfigurationProperty
- 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()
-