Flow Source
constructor(decryption: FlowEncryption? = null, description: String? = null, entitlementArn: String? = null, gatewayBridgeSource: FlowGatewayBridgeSource? = null, ingestIp: String? = null, ingestPort: Int? = null, maxBitrate: Int? = null, maxLatency: Int? = null, maxSyncBuffer: Int? = null, mediaStreamSourceConfigurations: List<FlowMediaStreamSourceConfiguration>? = 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)