Flow Gateway Bridge Source Args
data class FlowGatewayBridgeSourceArgs(val bridgeArn: Output<String>, val vpcInterfaceAttachment: Output<FlowVpcInterfaceAttachmentArgs>? = null) : ConvertibleToJava<FlowGatewayBridgeSourceArgs>
The source configuration for cloud flows receiving a stream from a bridge.
Constructors
Link copied to clipboard
constructor(bridgeArn: Output<String>, vpcInterfaceAttachment: Output<FlowVpcInterfaceAttachmentArgs>? = null)