Class RtmpOutputDefinition.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.RtmpOutputDefinition.Jsii$Proxy
- All Implemented Interfaces:
OutputDefinition,RtmpOutputDefinition,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
RtmpOutputDefinition
@Stability(Experimental)
@Internal
public static final class RtmpOutputDefinition.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements RtmpOutputDefinition
An implementation for
RtmpOutputDefinition-
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.medialive.alpha.RtmpOutputDefinition
RtmpOutputDefinition.Builder, RtmpOutputDefinition.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(RtmpOutputDefinition.Builder builder) Constructor that initializes the object based on literal property values passed by theRtmpOutputDefinition.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 RtmpCertificateMode(experimental) The TLS certificate verification mode.final Duration(experimental) The interval between connection retry attempts.final List<RtmpDestination> (experimental) The RTMP destination(s) for this output — one per channel pipeline.final List<EncodeConfiguration> (experimental) The encode configurations to wire to this output.final Number(experimental) The number of retry attempts.final String(experimental) The name of this output.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 theRtmpOutputDefinition.Builder.
-
-
Method Details
-
getDestinations
Description copied from interface:RtmpOutputDefinition(experimental) The RTMP destination(s) for this output — one per channel pipeline.MediaLive publishes each RTMP output to one destination per pipeline (the console calls these "Destination A" and "Destination B"). Provide a single destination for a
SINGLE_PIPELINEchannel, or two (A then B) for aSTANDARDchannel.- Specified by:
getDestinationsin interfaceRtmpOutputDefinition
-
getCertificateMode
Description copied from interface:RtmpOutputDefinition(experimental) The TLS certificate verification mode.Default: - service default
- Specified by:
getCertificateModein interfaceRtmpOutputDefinition
-
getConnectionRetryInterval
Description copied from interface:RtmpOutputDefinition(experimental) The interval between connection retry attempts.Default: - service default
- Specified by:
getConnectionRetryIntervalin interfaceRtmpOutputDefinition
-
getNumRetries
Description copied from interface:RtmpOutputDefinition(experimental) The number of retry attempts.Default: - service default
- Specified by:
getNumRetriesin interfaceRtmpOutputDefinition
-
getEncodes
Description copied from interface:OutputDefinition(experimental) The encode configurations to wire to this output.- Specified by:
getEncodesin interfaceOutputDefinition
-
getOutputName
Description copied from interface:OutputDefinition(experimental) The name of this output.Must be unique across all outputs in the channel.
- Specified by:
getOutputNamein interfaceOutputDefinition
-
$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()
-