public static final class CfnFlowOutputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlowOutputProps
CfnFlowOutputProps
CfnFlowOutputProps.Builder, CfnFlowOutputProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCidrAllowList()
The range of IP addresses that are allowed to initiate output requests to this flow.
|
java.lang.String |
getDescription()
A description of the output.
|
java.lang.String |
getDestination()
The IP address where you want to send the output.
|
java.lang.Object |
getEncryption()
The encryption credentials that you want to use for the output.
|
java.lang.String |
getFlowArn()
The Amazon Resource Name (ARN) of the flow.
|
java.lang.Number |
getMaxLatency()
The maximum latency in milliseconds for Zixi-based streams.
|
java.lang.Number |
getMinLatency()
The minimum latency in milliseconds for SRT-based streams.
|
java.lang.String |
getName()
The name of the VPC interface.
|
java.lang.Number |
getPort()
The port to use when MediaConnect distributes content to the output.
|
java.lang.String |
getProtocol()
The protocol to use for the output.
|
java.lang.String |
getRemoteId()
The identifier that is assigned to the Zixi receiver.
|
java.lang.Number |
getSmoothingLatency()
The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
java.lang.String |
getStreamId()
The stream ID that you want to use for the transport.
|
java.lang.Object |
getVpcInterfaceAttachment()
The VPC interface that you want to send your output to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getFlowArn()
CfnFlowOutputProps
getFlowArn
in interface CfnFlowOutputProps
public final java.lang.String getProtocol()
CfnFlowOutputProps
getProtocol
in interface CfnFlowOutputProps
public final java.util.List<java.lang.String> getCidrAllowList()
CfnFlowOutputProps
Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
getCidrAllowList
in interface CfnFlowOutputProps
public final java.lang.String getDescription()
CfnFlowOutputProps
This description is not visible outside of the current AWS account even if the account grants entitlements to other accounts.
getDescription
in interface CfnFlowOutputProps
public final java.lang.String getDestination()
CfnFlowOutputProps
getDestination
in interface CfnFlowOutputProps
public final java.lang.Object getEncryption()
CfnFlowOutputProps
getEncryption
in interface CfnFlowOutputProps
public final java.lang.Number getMaxLatency()
CfnFlowOutputProps
getMaxLatency
in interface CfnFlowOutputProps
public final java.lang.Number getMinLatency()
CfnFlowOutputProps
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.
getMinLatency
in interface CfnFlowOutputProps
public final java.lang.String getName()
CfnFlowOutputProps
getName
in interface CfnFlowOutputProps
public final java.lang.Number getPort()
CfnFlowOutputProps
getPort
in interface CfnFlowOutputProps
public final java.lang.String getRemoteId()
CfnFlowOutputProps
This parameter applies only to outputs that use Zixi pull.
getRemoteId
in interface CfnFlowOutputProps
public final java.lang.Number getSmoothingLatency()
CfnFlowOutputProps
getSmoothingLatency
in interface CfnFlowOutputProps
public final java.lang.String getStreamId()
CfnFlowOutputProps
This parameter applies only to Zixi-based streams.
getStreamId
in interface CfnFlowOutputProps
public final java.lang.Object getVpcInterfaceAttachment()
CfnFlowOutputProps
getVpcInterfaceAttachment
in interface CfnFlowOutputProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()