Class CfnOriginEndpointMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointMixinProps
CfnOriginEndpointMixinProps-
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.mixins.preview.services.mediapackagev2.mixins.CfnOriginEndpointMixinProps
CfnOriginEndpointMixinProps.Builder, CfnOriginEndpointMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointMixinProps.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 theCfnOriginEndpointMixinProps.Builder.
-
-
Method Details
-
getChannelGroupName
Description copied from interface:CfnOriginEndpointMixinPropsThe name of the channel group associated with the origin endpoint configuration.- Specified by:
getChannelGroupNamein interfaceCfnOriginEndpointMixinProps- See Also:
-
getChannelName
Description copied from interface:CfnOriginEndpointMixinPropsThe channel name associated with the origin endpoint.- Specified by:
getChannelNamein interfaceCfnOriginEndpointMixinProps- See Also:
-
getContainerType
Description copied from interface:CfnOriginEndpointMixinPropsThe container type associated with the origin endpoint configuration.- Specified by:
getContainerTypein interfaceCfnOriginEndpointMixinProps- See Also:
-
getDashManifests
Description copied from interface:CfnOriginEndpointMixinPropsA DASH manifest configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpointPropsMixin.DashManifestConfigurationProperty>- Specified by:
getDashManifestsin interfaceCfnOriginEndpointMixinProps- See Also:
-
getDescription
Description copied from interface:CfnOriginEndpointMixinPropsThe description associated with the origin endpoint.- Specified by:
getDescriptionin interfaceCfnOriginEndpointMixinProps- See Also:
-
getForceEndpointErrorConfiguration
Description copied from interface:CfnOriginEndpointMixinPropsThe failover settings for the endpoint.Returns union: either
IResolvableorCfnOriginEndpointPropsMixin.ForceEndpointErrorConfigurationProperty- Specified by:
getForceEndpointErrorConfigurationin interfaceCfnOriginEndpointMixinProps- See Also:
-
getHlsManifests
Description copied from interface:CfnOriginEndpointMixinPropsThe HLS manifests associated with the origin endpoint configuration.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpointPropsMixin.HlsManifestConfigurationProperty>- Specified by:
getHlsManifestsin interfaceCfnOriginEndpointMixinProps- See Also:
-
getLowLatencyHlsManifests
Description copied from interface:CfnOriginEndpointMixinPropsThe low-latency HLS (LL-HLS) manifests associated with the origin endpoint.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpointPropsMixin.LowLatencyHlsManifestConfigurationProperty>- Specified by:
getLowLatencyHlsManifestsin interfaceCfnOriginEndpointMixinProps- See Also:
-
getMssManifests
Description copied from interface:CfnOriginEndpointMixinPropsA 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: '<'eitherIResolvableorCfnOriginEndpointPropsMixin.MssManifestConfigurationProperty>- Specified by:
getMssManifestsin interfaceCfnOriginEndpointMixinProps- See Also:
-
getOriginEndpointName
Description copied from interface:CfnOriginEndpointMixinPropsThe name of the origin endpoint associated with the origin endpoint configuration.- Specified by:
getOriginEndpointNamein interfaceCfnOriginEndpointMixinProps- See Also:
-
getSegment
Description copied from interface:CfnOriginEndpointMixinPropsThe segment associated with the origin endpoint.Returns union: either
IResolvableorCfnOriginEndpointPropsMixin.SegmentProperty- Specified by:
getSegmentin interfaceCfnOriginEndpointMixinProps- See Also:
-
getStartoverWindowSeconds
Description copied from interface:CfnOriginEndpointMixinPropsThe 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 interfaceCfnOriginEndpointMixinProps- See Also:
-
getTags
Description copied from interface:CfnOriginEndpointMixinPropsThe tags associated with the origin endpoint.- Specified by:
getTagsin interfaceCfnOriginEndpointMixinProps- 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()
-