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