Class CfnOriginEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointProps
CfnOriginEndpointProps-
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.mediapackagev2.CfnOriginEndpointProps
CfnOriginEndpointProps.Builder, CfnOriginEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnOriginEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnOriginEndpointProps.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 name of the channel group associated with the origin endpoint configuration.final StringThe channel name associated with the origin endpoint.final StringThe container type associated with the origin endpoint configuration.final ObjectA DASH manifest configuration.final StringThe description associated with the origin endpoint.final ObjectThe failover settings for the endpoint.final ObjectThe HLS manifests associated with the origin endpoint configuration.final ObjectThe low-latency HLS (LL-HLS) manifests associated with the origin endpoint.final ObjectA list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint.final StringThe name of the origin endpoint associated with the origin endpoint configuration.final ObjectThe segment associated with the origin endpoint.final NumberThe 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 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 theCfnOriginEndpointProps.Builder.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:CfnOriginEndpointPropsThe name of the channel group associated with the origin endpoint configuration.- Specified by:
getChannelGroupNamein interfaceCfnOriginEndpointProps- See Also:
-
getChannelName
Description copied from interface:CfnOriginEndpointPropsThe channel name associated with the origin endpoint.- Specified by:
getChannelNamein interfaceCfnOriginEndpointProps- See Also:
-
getContainerType
Description copied from interface:CfnOriginEndpointPropsThe container type associated with the origin endpoint configuration.- Specified by:
getContainerTypein interfaceCfnOriginEndpointProps- See Also:
-
getOriginEndpointName
Description copied from interface:CfnOriginEndpointPropsThe name of the origin endpoint associated with the origin endpoint configuration.- Specified by:
getOriginEndpointNamein interfaceCfnOriginEndpointProps- See Also:
-
getDashManifests
Description copied from interface:CfnOriginEndpointPropsA DASH manifest configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpoint.DashManifestConfigurationProperty>- Specified by:
getDashManifestsin interfaceCfnOriginEndpointProps- See Also:
-
getDescription
Description copied from interface:CfnOriginEndpointPropsThe description associated with the origin endpoint.- Specified by:
getDescriptionin interfaceCfnOriginEndpointProps- See Also:
-
getForceEndpointErrorConfiguration
Description copied from interface:CfnOriginEndpointPropsThe failover settings for the endpoint.Returns union: either
IResolvableorCfnOriginEndpoint.ForceEndpointErrorConfigurationProperty- Specified by:
getForceEndpointErrorConfigurationin interfaceCfnOriginEndpointProps- See Also:
-
getHlsManifests
Description copied from interface:CfnOriginEndpointPropsThe HLS manifests associated with the origin endpoint configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpoint.HlsManifestConfigurationProperty>- Specified by:
getHlsManifestsin interfaceCfnOriginEndpointProps- See Also:
-
getLowLatencyHlsManifests
Description copied from interface:CfnOriginEndpointPropsThe low-latency HLS (LL-HLS) manifests associated with the origin endpoint.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpoint.LowLatencyHlsManifestConfigurationProperty>- Specified by:
getLowLatencyHlsManifestsin interfaceCfnOriginEndpointProps- See Also:
-
getMssManifests
Description copied from interface:CfnOriginEndpointPropsA list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint.Each configuration represents a different MSS streaming option available from this endpoint.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpoint.MssManifestConfigurationProperty>- Specified by:
getMssManifestsin interfaceCfnOriginEndpointProps- See Also:
-
getSegment
Description copied from interface:CfnOriginEndpointPropsThe segment associated with the origin endpoint.Returns union: either
IResolvableorCfnOriginEndpoint.SegmentProperty- Specified by:
getSegmentin interfaceCfnOriginEndpointProps- See Also:
-
getStartoverWindowSeconds
Description copied from interface:CfnOriginEndpointPropsThe 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:
getStartoverWindowSecondsin interfaceCfnOriginEndpointProps- See Also:
-
getTags
Description copied from interface:CfnOriginEndpointPropsThe tags associated with the origin endpoint.- Specified by:
getTagsin interfaceCfnOriginEndpointProps- 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()
-