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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediatailor.CfnPlaybackConfiguration.DashConfigurationProperty
CfnPlaybackConfiguration.DashConfigurationProperty.Builder, CfnPlaybackConfiguration.DashConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPlaybackConfiguration.DashConfigurationProperty.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 URL generated by MediaTailor to initiate a playback session.final StringThe setting that controls whether MediaTailor includes the Location tag in DASH manifests.final StringThe setting that controls whether MediaTailor handles manifests from the origin server as multi-period manifests or single-period manifests.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 theCfnPlaybackConfiguration.DashConfigurationProperty.Builder.
-
-
Method Details
-
getManifestEndpointPrefix
Description copied from interface:CfnPlaybackConfiguration.DashConfigurationPropertyThe URL generated by MediaTailor to initiate a playback session.The session uses server-side reporting. This setting is ignored in PUT operations.
- Specified by:
getManifestEndpointPrefixin interfaceCfnPlaybackConfiguration.DashConfigurationProperty- See Also:
-
getMpdLocation
Description copied from interface:CfnPlaybackConfiguration.DashConfigurationPropertyThe 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
DISABLEDandEMT_DEFAULT. TheEMT_DEFAULTsetting enables the inclusion of the tag and is the default value.- Specified by:
getMpdLocationin interfaceCfnPlaybackConfiguration.DashConfigurationProperty- See Also:
-
getOriginManifestType
Description copied from interface:CfnPlaybackConfiguration.DashConfigurationPropertyThe 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:
getOriginManifestTypein interfaceCfnPlaybackConfiguration.DashConfigurationProperty- 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()
-