Class CfnOriginEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.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 SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnOriginEndpointPropsCfnOriginEndpointProps.Builder, CfnOriginEndpointProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$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 SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectParameters for CDN authorization.final StringThe ID of the channel associated with this endpoint.final ObjectParameters for Common Media Application Format (CMAF) packaging.final ObjectParameters for DASH packaging.final StringAny descriptive information that you want to add to the endpoint for future identification purposes.final ObjectParameters for Apple HLS packaging.final StringgetId()The manifest ID is required and must be unique within the OriginEndpoint.final StringA short string that's appended to the end of the endpoint URL to create a unique path to this endpoint.final ObjectParameters for Microsoft Smooth Streaming packaging.final StringControls video origination from this endpoint.final NumberMaximum duration (seconds) of content to retain for startover playback.getTags()The tags to assign to the endpoint.final NumberMinimum duration (seconds) of delay to enforce on the playback of live content.The IP addresses that can access this endpoint.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointProps.Builder.
 
- 
- 
Method Details- 
getChannelIdDescription copied from interface:CfnOriginEndpointPropsThe ID of the channel associated with this endpoint.- Specified by:
- getChannelIdin interface- CfnOriginEndpointProps
 
- 
getIdDescription copied from interface:CfnOriginEndpointPropsThe manifest ID is required and must be unique within the OriginEndpoint.The ID can't be changed after the endpoint is created. - Specified by:
- getIdin interface- CfnOriginEndpointProps
 
- 
getAuthorizationDescription copied from interface:CfnOriginEndpointPropsParameters for CDN authorization.- Specified by:
- getAuthorizationin interface- CfnOriginEndpointProps
 
- 
getCmafPackageDescription copied from interface:CfnOriginEndpointPropsParameters for Common Media Application Format (CMAF) packaging.- Specified by:
- getCmafPackagein interface- CfnOriginEndpointProps
 
- 
getDashPackageDescription copied from interface:CfnOriginEndpointPropsParameters for DASH packaging.- Specified by:
- getDashPackagein interface- CfnOriginEndpointProps
 
- 
getDescriptionDescription copied from interface:CfnOriginEndpointPropsAny descriptive information that you want to add to the endpoint for future identification purposes.- Specified by:
- getDescriptionin interface- CfnOriginEndpointProps
 
- 
getHlsPackageDescription copied from interface:CfnOriginEndpointPropsParameters for Apple HLS packaging.- Specified by:
- getHlsPackagein interface- CfnOriginEndpointProps
 
- 
getManifestNameDescription copied from interface:CfnOriginEndpointPropsA short string that's appended to the end of the endpoint URL to create a unique path to this endpoint.- Specified by:
- getManifestNamein interface- CfnOriginEndpointProps
 
- 
getMssPackageDescription copied from interface:CfnOriginEndpointPropsParameters for Microsoft Smooth Streaming packaging.- Specified by:
- getMssPackagein interface- CfnOriginEndpointProps
 
- 
getOriginationDescription copied from interface:CfnOriginEndpointPropsControls video origination from this endpoint.Valid values: - ALLOW- enables this endpoint to serve content to requesting devices.
- DENY- prevents this endpoint from serving content. Denying origination is helpful for harvesting live-to-VOD assets. For more information about harvesting and origination, see Live-to-VOD Requirements .
 - Specified by:
- getOriginationin interface- CfnOriginEndpointProps
 
- 
getStartoverWindowSecondsDescription copied from interface:CfnOriginEndpointPropsMaximum duration (seconds) of content to retain for startover playback.Omit this attribute or enter 0to indicate that startover playback is disabled for this endpoint.- Specified by:
- getStartoverWindowSecondsin interface- CfnOriginEndpointProps
 
- 
getTagsDescription copied from interface:CfnOriginEndpointPropsThe tags to assign to the endpoint.- Specified by:
- getTagsin interface- CfnOriginEndpointProps
 
- 
getTimeDelaySecondsDescription copied from interface:CfnOriginEndpointPropsMinimum duration (seconds) of delay to enforce on the playback of live content.Omit this attribute or enter 0to indicate that there is no time delay in effect for this endpoint.- Specified by:
- getTimeDelaySecondsin interface- CfnOriginEndpointProps
 
- 
getWhitelistDescription copied from interface:CfnOriginEndpointPropsThe IP addresses that can access this endpoint.- Specified by:
- getWhitelistin interface- CfnOriginEndpointProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-