Get Flow Source Result
data class GetFlowSourceResult(val decryption: FlowSourceEncryption? = null, val description: String? = null, val entitlementArn: String? = null, val flowArn: String? = null, val gatewayBridgeSource: FlowSourceGatewayBridgeSource? = null, val ingestIp: String? = null, val ingestPort: Int? = null, val maxBitrate: Int? = null, val maxLatency: Int? = null, val minLatency: Int? = 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)
Constructors
Link copied to clipboard
fun GetFlowSourceResult(decryption: FlowSourceEncryption? = null, description: String? = null, entitlementArn: String? = null, flowArn: String? = null, gatewayBridgeSource: FlowSourceGatewayBridgeSource? = null, ingestIp: String? = null, ingestPort: Int? = null, maxBitrate: Int? = null, maxLatency: Int? = null, minLatency: Int? = 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