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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackage.CfnOriginEndpoint.CmafPackageProperty
CfnOriginEndpoint.CmafPackageProperty.Builder, CfnOriginEndpoint.CmafPackageProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.CmafPackageProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Parameters for encrypting content.final Object
A list of HLS manifest configurations that are available from this endpoint.final Number
Duration (in seconds) of each segment.final String
An optional custom string that is prepended to the name of each segment.final Object
Limitations for outputs from the endpoint, based on the video bitrate.final int
hashCode()
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.CmafPackageProperty
Parameters for encrypting content.- Specified by:
getEncryption
in interfaceCfnOriginEndpoint.CmafPackageProperty
-
getHlsManifests
Description copied from interface:CfnOriginEndpoint.CmafPackageProperty
A list of HLS manifest configurations that are available from this endpoint.- Specified by:
getHlsManifests
in interfaceCfnOriginEndpoint.CmafPackageProperty
-
getSegmentDurationSeconds
Description copied from interface:CfnOriginEndpoint.CmafPackageProperty
Duration (in seconds) of each segment.Actual segments are rounded to the nearest multiple of the source segment duration.
- Specified by:
getSegmentDurationSeconds
in interfaceCfnOriginEndpoint.CmafPackageProperty
-
getSegmentPrefix
Description copied from interface:CfnOriginEndpoint.CmafPackageProperty
An optional custom string that is prepended to the name of each segment.If not specified, the segment prefix defaults to the ChannelId.
- Specified by:
getSegmentPrefix
in interfaceCfnOriginEndpoint.CmafPackageProperty
-
getStreamSelection
Description copied from interface:CfnOriginEndpoint.CmafPackageProperty
Limitations for outputs from the endpoint, based on the video bitrate.- Specified by:
getStreamSelection
in interfaceCfnOriginEndpoint.CmafPackageProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-