Class CfnOriginEndpointPropsMixin.CmafPackageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackage.CfnOriginEndpointPropsMixin.CmafPackageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpointPropsMixin.CmafPackageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpointPropsMixin.CmafPackageProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpointPropsMixin.CmafPackageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpointPropsMixin.CmafPackageProperty
An implementation for
CfnOriginEndpointPropsMixin.CmafPackageProperty-
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.cfnpropertymixins.services.mediapackage.CfnOriginEndpointPropsMixin.CmafPackageProperty
CfnOriginEndpointPropsMixin.CmafPackageProperty.Builder, CfnOriginEndpointPropsMixin.CmafPackageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpointPropsMixin.CmafPackageProperty.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 ObjectParameters for encrypting content.final ObjectA list of HLS manifest configurations that are available from this endpoint.final NumberDuration (in seconds) of each segment.final StringAn optional custom string that is prepended to the name of each segment.final ObjectLimitations for outputs from the endpoint, based on the video bitrate.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 theCfnOriginEndpointPropsMixin.CmafPackageProperty.Builder.
-
-
Method Details
-
getEncryption
Description copied from interface:CfnOriginEndpointPropsMixin.CmafPackagePropertyParameters for encrypting content.Returns union: either
IResolvableorCfnOriginEndpointPropsMixin.CmafEncryptionProperty- Specified by:
getEncryptionin interfaceCfnOriginEndpointPropsMixin.CmafPackageProperty- See Also:
-
getHlsManifests
Description copied from interface:CfnOriginEndpointPropsMixin.CmafPackagePropertyA list of HLS manifest configurations that are available from this endpoint.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpointPropsMixin.HlsManifestProperty>- Specified by:
getHlsManifestsin interfaceCfnOriginEndpointPropsMixin.CmafPackageProperty- See Also:
-
getSegmentDurationSeconds
Description copied from interface:CfnOriginEndpointPropsMixin.CmafPackagePropertyDuration (in seconds) of each segment.Actual segments are rounded to the nearest multiple of the source segment duration.
- Specified by:
getSegmentDurationSecondsin interfaceCfnOriginEndpointPropsMixin.CmafPackageProperty- See Also:
-
getSegmentPrefix
Description copied from interface:CfnOriginEndpointPropsMixin.CmafPackagePropertyAn optional custom string that is prepended to the name of each segment.If not specified, the segment prefix defaults to the ChannelId.
- Specified by:
getSegmentPrefixin interfaceCfnOriginEndpointPropsMixin.CmafPackageProperty- See Also:
-
getStreamSelection
Description copied from interface:CfnOriginEndpointPropsMixin.CmafPackagePropertyLimitations for outputs from the endpoint, based on the video bitrate.Returns union: either
IResolvableorCfnOriginEndpointPropsMixin.StreamSelectionProperty- Specified by:
getStreamSelectionin interfaceCfnOriginEndpointPropsMixin.CmafPackageProperty- 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()
-