@Stability(value=Stable) @Internal public static final class CfnFlow.SourceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.SourceProperty
CfnFlow.SourcePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnFlow.SourceProperty.Builder, CfnFlow.SourceProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFlow.SourceProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFlow.EncryptionProperty.Builder. |
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(Object o) |
Object |
getDecryption()
The type of encryption that is used on the content ingested from the source.
|
String |
getDescription()
A description of the source.
|
String |
getEntitlementArn()
The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
String |
getIngestIp()
The IP address that the flow listens on for incoming content.
|
Number |
getIngestPort()
The port that the flow listens on for incoming content.
|
Number |
getMaxBitrate()
The maximum bitrate for RIST, RTP, and RTP-FEC streams.
|
Number |
getMaxLatency()
The maximum latency in milliseconds for a RIST or Zixi-based source.
|
Number |
getMinLatency()
The minimum latency in milliseconds for SRT-based streams.
|
String |
getName()
The name of the source.
|
String |
getProtocol()
The protocol that is used by the source.
|
String |
getSourceArn()
The ARN of the source.
|
String |
getSourceIngestPort()
The port that the flow will be listening on for incoming content.
|
String |
getStreamId()
The stream ID that you want to use for the transport.
|
String |
getVpcInterfaceName()
The name of the VPC interface that the source content comes from.
|
String |
getWhitelistCidr()
The range of IP addresses that are allowed to contribute content to your source.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFlow.SourceProperty.Builder builder)
CfnFlow.EncryptionProperty.Builder.public final Object getDecryption()
CfnFlow.SourcePropertygetDecryption in interface CfnFlow.SourcePropertypublic final String getDescription()
CfnFlow.SourcePropertyThis description is not visible outside of the current AWS account.
getDescription in interface CfnFlow.SourcePropertypublic final String getEntitlementArn()
CfnFlow.SourcePropertyThe entitlement is set by the content originator and the ARN is generated as part of the originator’s flow.
getEntitlementArn in interface CfnFlow.SourcePropertypublic final String getIngestIp()
CfnFlow.SourcePropertygetIngestIp in interface CfnFlow.SourcePropertypublic final Number getIngestPort()
CfnFlow.SourcePropertyIf the protocol of the source is Zixi, the port must be set to 2088.
getIngestPort in interface CfnFlow.SourcePropertypublic final Number getMaxBitrate()
CfnFlow.SourcePropertygetMaxBitrate in interface CfnFlow.SourcePropertypublic final Number getMaxLatency()
CfnFlow.SourcePropertygetMaxLatency in interface CfnFlow.SourcePropertypublic final Number getMinLatency()
CfnFlow.SourcePropertyIn 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.SourcePropertypublic final String getName()
CfnFlow.SourcePropertygetName in interface CfnFlow.SourcePropertypublic final String getProtocol()
CfnFlow.SourcePropertyFor a full list of available protocols, see: Source protocols in the AWS Elemental MediaConnect API Reference .
getProtocol in interface CfnFlow.SourcePropertypublic final String getSourceArn()
CfnFlow.SourcePropertygetSourceArn in interface CfnFlow.SourcePropertypublic final String getSourceIngestPort()
CfnFlow.SourcePropertygetSourceIngestPort in interface CfnFlow.SourcePropertypublic final String getStreamId()
CfnFlow.SourcePropertyThis parameter applies only to Zixi-based streams.
getStreamId in interface CfnFlow.SourcePropertypublic final String getVpcInterfaceName()
CfnFlow.SourcePropertygetVpcInterfaceName in interface CfnFlow.SourcePropertypublic final String getWhitelistCidr()
CfnFlow.SourcePropertyFormat the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
getWhitelistCidr in interface CfnFlow.SourceProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.