Class FlowOutputProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.FlowOutputProps.Jsii$Proxy
All Implemented Interfaces:
FlowOutputProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
FlowOutputProps

@Stability(Experimental) @Internal public static final class FlowOutputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FlowOutputProps
An implementation for FlowOutputProps
  • 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.mediaconnect.alpha.FlowOutputProps

    FlowOutputProps.Builder, FlowOutputProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the FlowOutputProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) A description of the output.
    final IFlow
    (experimental) The flow this output is attached to.
    final String
    (experimental) The name of the output.
    (experimental) Output configuration.
    final State
    (experimental) An indication of whether the output should transmit data or not.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(FlowOutputProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the FlowOutputProps.Builder.
  • Method Details

    • getFlow

      public final IFlow getFlow()
      Description copied from interface: FlowOutputProps
      (experimental) The flow this output is attached to.
      Specified by:
      getFlow in interface FlowOutputProps
    • getOutput

      public final OutputConfiguration getOutput()
      Description copied from interface: FlowOutputProps
      (experimental) Output configuration.
      Specified by:
      getOutput in interface FlowOutputProps
    • getDescription

      public final String getDescription()
      Description copied from interface: FlowOutputProps
      (experimental) A description of the output.

      This description appears only on the MediaConnect console and will not be seen by the end user.

      Default: - no description

      Specified by:
      getDescription in interface FlowOutputProps
    • getFlowOutputName

      public final String getFlowOutputName()
      Description copied from interface: FlowOutputProps
      (experimental) The name of the output.

      Default: - auto-generated

      Specified by:
      getFlowOutputName in interface FlowOutputProps
    • getOutputStatus

      public final State getOutputStatus()
      Description copied from interface: FlowOutputProps
      (experimental) An indication of whether the output should transmit data or not.

      Default: - undefined; when omitted, MediaConnect enables the output (ENABLED) at deploy time

      Specified by:
      getOutputStatus in interface FlowOutputProps
    • $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