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
  • 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

      protected Jsii$Proxy(RtmpOutputDefinition.Builder builder)
      Constructor that initializes the object based on literal property values passed by the RtmpOutputDefinition.Builder.
  • Method Details

    • getDestinations

      public final List<RtmpDestination> 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_PIPELINE channel, or two (A then B) for a STANDARD channel.

      Specified by:
      getDestinations in interface RtmpOutputDefinition
    • getCertificateMode

      public final RtmpCertificateMode getCertificateMode()
      Description copied from interface: RtmpOutputDefinition
      (experimental) The TLS certificate verification mode.

      Default: - service default

      Specified by:
      getCertificateMode in interface RtmpOutputDefinition
    • getConnectionRetryInterval

      public final Duration getConnectionRetryInterval()
      Description copied from interface: RtmpOutputDefinition
      (experimental) The interval between connection retry attempts.

      Default: - service default

      Specified by:
      getConnectionRetryInterval in interface RtmpOutputDefinition
    • getNumRetries

      public final Number getNumRetries()
      Description copied from interface: RtmpOutputDefinition
      (experimental) The number of retry attempts.

      Default: - service default

      Specified by:
      getNumRetries in interface RtmpOutputDefinition
    • getEncodes

      public final List<EncodeConfiguration> getEncodes()
      Description copied from interface: OutputDefinition
      (experimental) The encode configurations to wire to this output.
      Specified by:
      getEncodes in interface OutputDefinition
    • getOutputName

      public final String getOutputName()
      Description copied from interface: OutputDefinition
      (experimental) The name of this output.

      Must be unique across all outputs in the channel.

      Specified by:
      getOutputName in interface OutputDefinition
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object