Class CfnOriginEndpoint.CmafPackageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.CmafPackageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.CmafPackageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.CmafPackageProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.CmafPackageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.CmafPackageProperty
An implementation for
CfnOriginEndpoint.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.services.mediapackage.CfnOriginEndpoint.CmafPackageProperty
CfnOriginEndpoint.CmafPackageProperty.Builder, CfnOriginEndpoint.CmafPackageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.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 theCfnOriginEndpoint.CmafPackageProperty.Builder.
-
-
Method Details
-
getEncryption
Description copied from interface:CfnOriginEndpoint.CmafPackagePropertyParameters for encrypting content.Returns union: either
IResolvableorCfnOriginEndpoint.CmafEncryptionProperty- Specified by:
getEncryptionin interfaceCfnOriginEndpoint.CmafPackageProperty- See Also:
-
getHlsManifests
Description copied from interface:CfnOriginEndpoint.CmafPackagePropertyA list of HLS manifest configurations that are available from this endpoint.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnOriginEndpoint.HlsManifestProperty>- Specified by:
getHlsManifestsin interfaceCfnOriginEndpoint.CmafPackageProperty- See Also:
-
getSegmentDurationSeconds
Description copied from interface:CfnOriginEndpoint.CmafPackagePropertyDuration (in seconds) of each segment.Actual segments are rounded to the nearest multiple of the source segment duration.
- Specified by:
getSegmentDurationSecondsin interfaceCfnOriginEndpoint.CmafPackageProperty- See Also:
-
getSegmentPrefix
Description copied from interface:CfnOriginEndpoint.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 interfaceCfnOriginEndpoint.CmafPackageProperty- See Also:
-
getStreamSelection
Description copied from interface:CfnOriginEndpoint.CmafPackagePropertyLimitations for outputs from the endpoint, based on the video bitrate.Returns union: either
IResolvableorCfnOriginEndpoint.StreamSelectionProperty- Specified by:
getStreamSelectionin interfaceCfnOriginEndpoint.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()
-