Flow Gateway Bridge Source
data class FlowGatewayBridgeSource(val bridgeArn: String, val vpcInterfaceAttachment: FlowVpcInterfaceAttachment? = null)
The source configuration for cloud flows receiving a stream from a bridge.
Constructors
Link copied to clipboard
fun FlowGatewayBridgeSource(bridgeArn: String, vpcInterfaceAttachment: FlowVpcInterfaceAttachment? = null)