Class FlowAttributes.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the FlowAttributes.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) The IP address that the flow uses to send outbound content.
    final String
    (experimental) The ARN of the flow.
    final String
    (experimental) The Availability Zone that the flow was created in.
    final Boolean
    (experimental) Indicates whether failover configured.
    final String
    (experimental) ARN of the source defined on the flow.
    final String
    (experimental) The IP address that the flow listens on for incoming content.
    final String
    (experimental) The port that the flow listens on for incoming content.
    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(FlowAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the FlowAttributes.Builder.
  • Method Details

    • getFlowArn

      public final String getFlowArn()
      Description copied from interface: FlowAttributes
      (experimental) The ARN of the flow.
      Specified by:
      getFlowArn in interface FlowAttributes
    • getEgressIp

      public final String getEgressIp()
      Description copied from interface: FlowAttributes
      (experimental) The IP address that the flow uses to send outbound content.

      Default: - accessing `egressIp` on the imported flow throws; only provide when available.

      Specified by:
      getEgressIp in interface FlowAttributes
    • getFlowAvailabilityZone

      public final String getFlowAvailabilityZone()
      Description copied from interface: FlowAttributes
      (experimental) The Availability Zone that the flow was created in.

      Default: - `flowAvailabilityZone` is undefined on the imported flow.

      Specified by:
      getFlowAvailabilityZone in interface FlowAttributes
    • getIsFailoverEnabled

      public final Boolean getIsFailoverEnabled()
      Description copied from interface: FlowAttributes
      (experimental) Indicates whether failover configured.

      Default: false

      Specified by:
      getIsFailoverEnabled in interface FlowAttributes
    • getSourceArn

      public final String getSourceArn()
      Description copied from interface: FlowAttributes
      (experimental) ARN of the source defined on the flow.

      Not encoded in the flow ARN, so must be provided explicitly when you need access to sourceArn on the imported construct.

      Default: - sourceArn is not available on the imported construct

      Specified by:
      getSourceArn in interface FlowAttributes
    • getSourceIngestIp

      public final String getSourceIngestIp()
      Description copied from interface: FlowAttributes
      (experimental) The IP address that the flow listens on for incoming content.

      Default: - accessing `sourceIngestIp` on the imported flow throws; only provide when available.

      Specified by:
      getSourceIngestIp in interface FlowAttributes
    • getSourceIngestPort

      public final String getSourceIngestPort()
      Description copied from interface: FlowAttributes
      (experimental) The port that the flow listens on for incoming content.

      Default: - accessing `sourceIngestPort` on the imported flow throws; only provide when available.

      Specified by:
      getSourceIngestPort in interface FlowAttributes
    • $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