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