Class CfnPlaybackConfiguration.DashConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.DashConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlaybackConfiguration.DashConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlaybackConfiguration.DashConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnPlaybackConfiguration.DashConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlaybackConfiguration.DashConfigurationProperty
An implementation for
CfnPlaybackConfiguration.DashConfigurationProperty
-
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.mediatailor.CfnPlaybackConfiguration.DashConfigurationProperty
CfnPlaybackConfiguration.DashConfigurationProperty.Builder, CfnPlaybackConfiguration.DashConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.DashConfigurationProperty.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 URL generated by MediaTailor to initiate a playback session.final String
The setting that controls whether MediaTailor includes the Location tag in DASH manifests.final String
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.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 theCfnPlaybackConfiguration.DashConfigurationProperty.Builder
.
-
-
Method Details
-
getManifestEndpointPrefix
Description copied from interface:CfnPlaybackConfiguration.DashConfigurationProperty
The URL generated by MediaTailor to initiate a playback session.The session uses server-side reporting. This setting is ignored in PUT operations.
- Specified by:
getManifestEndpointPrefix
in interfaceCfnPlaybackConfiguration.DashConfigurationProperty
- See Also:
-
getMpdLocation
Description copied from interface:CfnPlaybackConfiguration.DashConfigurationProperty
The setting that controls whether MediaTailor includes the Location tag in DASH manifests.MediaTailor populates the Location tag with the URL for manifest update requests, to be used by players that don't support sticky redirects. Disable this if you have CDN routing rules set up for accessing MediaTailor manifests, and you are either using client-side reporting or your players support sticky HTTP redirects. Valid values are
DISABLED
andEMT_DEFAULT
. TheEMT_DEFAULT
setting enables the inclusion of the tag and is the default value.- Specified by:
getMpdLocation
in interfaceCfnPlaybackConfiguration.DashConfigurationProperty
- See Also:
-
getOriginManifestType
Description copied from interface:CfnPlaybackConfiguration.DashConfigurationProperty
The setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.If your origin server produces single-period manifests, set this to
SINGLE_PERIOD
. The default setting isMULTI_PERIOD
. For multi-period manifests, omit this setting or set it toMULTI_PERIOD
.- Specified by:
getOriginManifestType
in interfaceCfnPlaybackConfiguration.DashConfigurationProperty
- 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()
-