public static final class CfnFlow.SourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.SourceProperty
CfnFlow.SourceProperty
CfnFlow.SourceProperty.Builder, CfnFlow.SourceProperty.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.lang.Object |
getDecryption()
The type of encryption that is used on the content ingested from the source.
|
java.lang.String |
getDescription()
A description of the source.
|
java.lang.String |
getEntitlementArn()
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
java.lang.String |
getIngestIp()
The IP address that the flow listens on for incoming content.
|
java.lang.Number |
getIngestPort()
The port that the flow listens on for incoming content.
|
java.lang.Number |
getMaxBitrate()
The maximum bitrate for RIST, RTP, and RTP-FEC streams.
|
java.lang.Number |
getMaxLatency()
The maximum latency in milliseconds for a RIST or Zixi-based source.
|
java.lang.Number |
getMinLatency()
The minimum latency in milliseconds for SRT-based streams.
|
java.lang.String |
getName()
The name of the source.
|
java.lang.String |
getProtocol()
The protocol that is used by the source.
|
java.lang.Number |
getSenderControlPort()
The port that the flow uses to send outbound requests to initiate connection with the sender.
|
java.lang.String |
getSenderIpAddress()
The IP address that the flow communicates with to initiate connection with the sender.
|
java.lang.String |
getSourceArn()
The ARN of the source.
|
java.lang.String |
getSourceIngestPort()
The port that the flow will be listening on for incoming content.
|
java.lang.String |
getSourceListenerAddress()
Source IP or domain name for SRT-caller protocol.
|
java.lang.Number |
getSourceListenerPort()
Source port for SRT-caller protocol.
|
java.lang.String |
getStreamId()
The stream ID that you want to use for the transport.
|
java.lang.String |
getVpcInterfaceName()
The name of the VPC interface that the source content comes from.
|
java.lang.String |
getWhitelistCidr()
The range of IP addresses that are allowed to contribute content to your source.
|
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.Object getDecryption()
CfnFlow.SourceProperty
getDecryption
in interface CfnFlow.SourceProperty
public final java.lang.String getDescription()
CfnFlow.SourceProperty
This description is not visible outside of the current AWS account.
getDescription
in interface CfnFlow.SourceProperty
public final java.lang.String getEntitlementArn()
CfnFlow.SourceProperty
The entitlement is set by the content originator and the ARN is generated as part of the originator’s flow.
getEntitlementArn
in interface CfnFlow.SourceProperty
public final java.lang.String getIngestIp()
CfnFlow.SourceProperty
getIngestIp
in interface CfnFlow.SourceProperty
public final java.lang.Number getIngestPort()
CfnFlow.SourceProperty
If the protocol of the source is Zixi, the port must be set to 2088.
getIngestPort
in interface CfnFlow.SourceProperty
public final java.lang.Number getMaxBitrate()
CfnFlow.SourceProperty
getMaxBitrate
in interface CfnFlow.SourceProperty
public final java.lang.Number getMaxLatency()
CfnFlow.SourceProperty
getMaxLatency
in interface CfnFlow.SourceProperty
public final java.lang.Number getMinLatency()
CfnFlow.SourceProperty
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 CfnFlow.SourceProperty
public final java.lang.String getName()
CfnFlow.SourceProperty
getName
in interface CfnFlow.SourceProperty
public final java.lang.String getProtocol()
CfnFlow.SourceProperty
AWS CloudFormation does not currently support CDI or ST 2110 JPEG XS source protocols.
getProtocol
in interface CfnFlow.SourceProperty
public final java.lang.Number getSenderControlPort()
CfnFlow.SourceProperty
getSenderControlPort
in interface CfnFlow.SourceProperty
public final java.lang.String getSenderIpAddress()
CfnFlow.SourceProperty
getSenderIpAddress
in interface CfnFlow.SourceProperty
public final java.lang.String getSourceArn()
CfnFlow.SourceProperty
getSourceArn
in interface CfnFlow.SourceProperty
public final java.lang.String getSourceIngestPort()
CfnFlow.SourceProperty
getSourceIngestPort
in interface CfnFlow.SourceProperty
public final java.lang.String getSourceListenerAddress()
CfnFlow.SourceProperty
getSourceListenerAddress
in interface CfnFlow.SourceProperty
public final java.lang.Number getSourceListenerPort()
CfnFlow.SourceProperty
getSourceListenerPort
in interface CfnFlow.SourceProperty
public final java.lang.String getStreamId()
CfnFlow.SourceProperty
This parameter applies only to Zixi-based streams.
getStreamId
in interface CfnFlow.SourceProperty
public final java.lang.String getVpcInterfaceName()
CfnFlow.SourceProperty
getVpcInterfaceName
in interface CfnFlow.SourceProperty
public final java.lang.String getWhitelistCidr()
CfnFlow.SourceProperty
Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
getWhitelistCidr
in interface CfnFlow.SourceProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()