Class CfnFlowSourceProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnFlowSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlowSourceProps
An implementation for CfnFlowSourceProps
  • 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(CfnFlowSourceProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnFlowSourceProps.Builder.
  • Method Details

    • getDescription

      public final String getDescription()
      Description copied from interface: CfnFlowSourceProps
      A description of the source.

      This description is not visible outside of the current AWS account.

      Specified by:
      getDescription in interface CfnFlowSourceProps
    • getName

      public final String getName()
      Description copied from interface: CfnFlowSourceProps
      The name of the source.
      Specified by:
      getName in interface CfnFlowSourceProps
    • getDecryption

      public final Object getDecryption()
      Description copied from interface: CfnFlowSourceProps
      The type of encryption that is used on the content ingested from the source.
      Specified by:
      getDecryption in interface CfnFlowSourceProps
    • getEntitlementArn

      public final String getEntitlementArn()
      Description copied from interface: CfnFlowSourceProps
      The ARN of the entitlement that allows you to subscribe to the flow.

      The entitlement is set by the content originator, and the ARN is generated as part of the originator's flow.

      Specified by:
      getEntitlementArn in interface CfnFlowSourceProps
    • getFlowArn

      public final String getFlowArn()
      Description copied from interface: CfnFlowSourceProps
      The Amazon Resource Name (ARN) of the flow this source is connected to.

      The flow must have Failover enabled to add an additional source.

      Specified by:
      getFlowArn in interface CfnFlowSourceProps
    • getIngestPort

      public final Number getIngestPort()
      Description copied from interface: CfnFlowSourceProps
      The port that the flow listens on for incoming content.

      If the protocol of the source is Zixi, the port must be set to 2088.

      Specified by:
      getIngestPort in interface CfnFlowSourceProps
    • getMaxBitrate

      public final Number getMaxBitrate()
      Description copied from interface: CfnFlowSourceProps
      The maximum bitrate for RIST, RTP, and RTP-FEC streams.
      Specified by:
      getMaxBitrate in interface CfnFlowSourceProps
    • getMaxLatency

      public final Number getMaxLatency()
      Description copied from interface: CfnFlowSourceProps
      The maximum latency in milliseconds.

      This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.

      Specified by:
      getMaxLatency in interface CfnFlowSourceProps
    • getMinLatency

      public final Number getMinLatency()
      Description copied from interface: CfnFlowSourceProps
      The minimum latency in milliseconds for SRT-based streams.

      In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.

      Specified by:
      getMinLatency in interface CfnFlowSourceProps
    • getProtocol

      public final String getProtocol()
      Description copied from interface: CfnFlowSourceProps
      The protocol that the source uses to deliver the content to MediaConnect.

      Adding additional sources to an existing flow requires Failover to be enabled. When you enable Failover, the additional source must use the same protocol as the existing source. Only the following protocols support failover: Zixi-push, RTP-FEC, RTP, RIST and SRT protocols.

      If you use failover with SRT caller or listener, the FailoverMode property must be set to FAILOVER . The FailoverMode property is found in the FailoverConfig resource of the same flow ARN you used for the source's FlowArn property. SRT caller/listener does not support merge mode failover.

      Specified by:
      getProtocol in interface CfnFlowSourceProps
    • getSenderControlPort

      public final Number getSenderControlPort()
      Description copied from interface: CfnFlowSourceProps
      The port that the flow uses to send outbound requests to initiate connection with the sender.
      Specified by:
      getSenderControlPort in interface CfnFlowSourceProps
    • getSenderIpAddress

      public final String getSenderIpAddress()
      Description copied from interface: CfnFlowSourceProps
      The IP address that the flow communicates with to initiate connection with the sender.
      Specified by:
      getSenderIpAddress in interface CfnFlowSourceProps
    • getSourceListenerAddress

      public final String getSourceListenerAddress()
      Description copied from interface: CfnFlowSourceProps
      Source IP or domain name for SRT-caller protocol.
      Specified by:
      getSourceListenerAddress in interface CfnFlowSourceProps
    • getSourceListenerPort

      public final Number getSourceListenerPort()
      Description copied from interface: CfnFlowSourceProps
      Source port for SRT-caller protocol.
      Specified by:
      getSourceListenerPort in interface CfnFlowSourceProps
    • getStreamId

      public final String getStreamId()
      Description copied from interface: CfnFlowSourceProps
      The stream ID that you want to use for this transport.

      This parameter applies only to Zixi and SRT caller-based streams.

      Specified by:
      getStreamId in interface CfnFlowSourceProps
    • getVpcInterfaceName

      public final String getVpcInterfaceName()
      Description copied from interface: CfnFlowSourceProps
      The name of the VPC interface that you want to send your output to.
      Specified by:
      getVpcInterfaceName in interface CfnFlowSourceProps
    • getWhitelistCidr

      public final String getWhitelistCidr()
      Description copied from interface: CfnFlowSourceProps
      The range of IP addresses that are allowed to contribute content to your source.

      Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

      Specified by:
      getWhitelistCidr in interface CfnFlowSourceProps
    • $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