Class CfnOriginEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointProps
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointProps
An implementation for
CfnOriginEndpointProps
-
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.CfnOriginEndpointProps
CfnOriginEndpointProps.Builder, CfnOriginEndpointProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnOriginEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOriginEndpointProps.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 channel group associated with the origin endpoint configuration.final String
The channel name associated with the origin endpoint.final String
The container type associated with the origin endpoint configuration.final Object
A DASH manifest configuration.final String
The description associated with the origin endpoint.final Object
The failover settings for the endpoint.final Object
The HLS manfiests associated with the origin endpoint configuration.final Object
The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.final String
The name of the origin endpoint associated with the origin endpoint configuration.final Object
The segment associated with the origin endpoint.final Number
The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing.getTags()
The tags associated with the origin endpoint.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 theCfnOriginEndpointProps.Builder
.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:CfnOriginEndpointProps
The name of the channel group associated with the origin endpoint configuration.- Specified by:
getChannelGroupName
in interfaceCfnOriginEndpointProps
- See Also:
-
getChannelName
Description copied from interface:CfnOriginEndpointProps
The channel name associated with the origin endpoint.- Specified by:
getChannelName
in interfaceCfnOriginEndpointProps
- See Also:
-
getOriginEndpointName
Description copied from interface:CfnOriginEndpointProps
The name of the origin endpoint associated with the origin endpoint configuration.- Specified by:
getOriginEndpointName
in interfaceCfnOriginEndpointProps
- See Also:
-
getContainerType
Description copied from interface:CfnOriginEndpointProps
The container type associated with the origin endpoint configuration.- Specified by:
getContainerType
in interfaceCfnOriginEndpointProps
- See Also:
-
getDashManifests
Description copied from interface:CfnOriginEndpointProps
A DASH manifest configuration.- Specified by:
getDashManifests
in interfaceCfnOriginEndpointProps
- See Also:
-
getDescription
Description copied from interface:CfnOriginEndpointProps
The description associated with the origin endpoint.- Specified by:
getDescription
in interfaceCfnOriginEndpointProps
- See Also:
-
getForceEndpointErrorConfiguration
Description copied from interface:CfnOriginEndpointProps
The failover settings for the endpoint.
.- Specified by:
getForceEndpointErrorConfiguration
in interfaceCfnOriginEndpointProps
- See Also:
-
getHlsManifests
Description copied from interface:CfnOriginEndpointProps
The HLS manfiests associated with the origin endpoint configuration.- Specified by:
getHlsManifests
in interfaceCfnOriginEndpointProps
- See Also:
-
getLowLatencyHlsManifests
Description copied from interface:CfnOriginEndpointProps
The low-latency HLS (LL-HLS) manifests associated with the origin endpoint.- Specified by:
getLowLatencyHlsManifests
in interfaceCfnOriginEndpointProps
- See Also:
-
getSegment
Description copied from interface:CfnOriginEndpointProps
The segment associated with the origin endpoint.- Specified by:
getSegment
in interfaceCfnOriginEndpointProps
- See Also:
-
getStartoverWindowSeconds
Description copied from interface:CfnOriginEndpointProps
The size of the window (in seconds) to specify a window of the live stream that's available for on-demand viewing.Viewers can start-over or catch-up on content that falls within the window.
- Specified by:
getStartoverWindowSeconds
in interfaceCfnOriginEndpointProps
- See Also:
-
getTags
Description copied from interface:CfnOriginEndpointProps
The tags associated with the origin endpoint.- Specified by:
getTags
in interfaceCfnOriginEndpointProps
- 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()
-