FlowSourceArgs

data class FlowSourceArgs(val decryption: Output<FlowEncryptionArgs>? = null, val description: Output<String>? = null, val entitlementArn: Output<String>? = null, val gatewayBridgeSource: Output<FlowGatewayBridgeSourceArgs>? = null, val ingestIp: Output<String>? = null, val ingestPort: Output<Int>? = null, val maxBitrate: Output<Int>? = null, val maxLatency: Output<Int>? = null, val maxSyncBuffer: Output<Int>? = null, val mediaStreamSourceConfigurations: Output<List<FlowMediaStreamSourceConfigurationArgs>>? = null, val minLatency: Output<Int>? = null, val name: Output<String>? = null, val protocol: Output<FlowSourceProtocol>? = null, val senderControlPort: Output<Int>? = null, val senderIpAddress: Output<String>? = null, val sourceArn: Output<String>? = null, val sourceIngestPort: Output<String>? = null, val sourceListenerAddress: Output<String>? = null, val sourceListenerPort: Output<Int>? = null, val streamId: Output<String>? = null, val vpcInterfaceName: Output<String>? = null, val whitelistCidr: Output<String>? = null) : ConvertibleToJava<FlowSourceArgs>

The settings for the source of the flow.

Constructors

Link copied to clipboard
constructor(decryption: Output<FlowEncryptionArgs>? = null, description: Output<String>? = null, entitlementArn: Output<String>? = null, gatewayBridgeSource: Output<FlowGatewayBridgeSourceArgs>? = null, ingestIp: Output<String>? = null, ingestPort: Output<Int>? = null, maxBitrate: Output<Int>? = null, maxLatency: Output<Int>? = null, maxSyncBuffer: Output<Int>? = null, mediaStreamSourceConfigurations: Output<List<FlowMediaStreamSourceConfigurationArgs>>? = null, minLatency: Output<Int>? = null, name: Output<String>? = null, protocol: Output<FlowSourceProtocol>? = null, senderControlPort: Output<Int>? = null, senderIpAddress: Output<String>? = null, sourceArn: Output<String>? = null, sourceIngestPort: Output<String>? = null, sourceListenerAddress: Output<String>? = null, sourceListenerPort: Output<Int>? = null, streamId: Output<String>? = null, vpcInterfaceName: Output<String>? = null, whitelistCidr: Output<String>? = null)

Properties

Link copied to clipboard
val decryption: Output<FlowEncryptionArgs>? = null

The type of decryption that is used on the content ingested from this source.

Link copied to clipboard
val description: Output<String>? = null

A description for the source. This value is not used or seen outside of the current AWS Elemental MediaConnect account.

Link copied to clipboard
val entitlementArn: Output<String>? = null

The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.

Link copied to clipboard

The source configuration for cloud flows receiving a stream from a bridge.

Link copied to clipboard
val ingestIp: Output<String>? = null

The IP address that the flow will be listening on for incoming content.

Link copied to clipboard
val ingestPort: Output<Int>? = null

The port that the flow will be listening on for incoming content.

Link copied to clipboard
val maxBitrate: Output<Int>? = null

The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.

Link copied to clipboard
val maxLatency: Output<Int>? = null

The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.

Link copied to clipboard
val maxSyncBuffer: Output<Int>? = null

The size of the buffer (in milliseconds) to use to sync incoming source data.

Link copied to clipboard

The media stream that is associated with the source, and the parameters for that association.

Link copied to clipboard
val minLatency: Output<Int>? = null

The minimum latency in milliseconds.

Link copied to clipboard
val name: Output<String>? = null

The name of the source.

Link copied to clipboard
val protocol: Output<FlowSourceProtocol>? = null

The protocol that is used by the source.

Link copied to clipboard
val senderControlPort: Output<Int>? = null

The port that the flow uses to send outbound requests to initiate connection with the sender for fujitsu-qos protocol.

Link copied to clipboard
val senderIpAddress: Output<String>? = null

The IP address that the flow communicates with to initiate connection with the sender for fujitsu-qos protocol.

Link copied to clipboard
val sourceArn: Output<String>? = null

The ARN of the source.

Link copied to clipboard
val sourceIngestPort: Output<String>? = null

The port that the flow will be listening on for incoming content.(ReadOnly)

Link copied to clipboard
val sourceListenerAddress: Output<String>? = null

Source IP or domain name for SRT-caller protocol.

Link copied to clipboard
val sourceListenerPort: Output<Int>? = null

Source port for SRT-caller protocol.

Link copied to clipboard
val streamId: Output<String>? = null

The stream ID that you want to use for this transport. This parameter applies only to Zixi-based streams.

Link copied to clipboard
val vpcInterfaceName: Output<String>? = null

The name of the VPC Interface this Source is configured with.

Link copied to clipboard
val whitelistCidr: Output<String>? = null

The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Functions

Link copied to clipboard
open override fun toJava(): FlowSourceArgs