Flow Source
data class FlowSource(val decryption: FlowEncryption? = null, val description: String? = null, val entitlementArn: String? = null, val gatewayBridgeSource: FlowGatewayBridgeSource? = null, val ingestIp: String? = null, val ingestPort: Int? = null, val maxBitrate: Int? = null, val maxLatency: Int? = null, val minLatency: Int? = null, val name: String? = null, val protocol: FlowSourceProtocol? = null, val senderControlPort: Int? = null, val senderIpAddress: String? = null, val sourceArn: String? = null, val sourceIngestPort: String? = null, val sourceListenerAddress: String? = null, val sourceListenerPort: Int? = null, val streamId: String? = null, val vpcInterfaceName: String? = null, val whitelistCidr: String? = null)
The settings for the source of the flow.
Constructors
Link copied to clipboard
fun FlowSource(decryption: FlowEncryption? = null, description: String? = null, entitlementArn: String? = null, gatewayBridgeSource: FlowGatewayBridgeSource? = null, ingestIp: String? = null, ingestPort: Int? = null, maxBitrate: Int? = null, maxLatency: Int? = null, minLatency: Int? = null, name: String? = null, protocol: FlowSourceProtocol? = null, senderControlPort: Int? = null, senderIpAddress: String? = null, sourceArn: String? = null, sourceIngestPort: String? = null, sourceListenerAddress: String? = null, sourceListenerPort: Int? = null, streamId: String? = null, vpcInterfaceName: String? = null, whitelistCidr: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard