Values.AddBridgeFlowSourceRequestSourceAdd a flow source to an existing bridge.
type nonrec t = {flowArn : AddBridgeFlowSourceRequestFlowArnString.t;The Amazon Resource Number (ARN) of the flow to use as a source of this bridge.
*)flowVpcInterfaceAttachment : VpcInterfaceAttachment.t option;The name of the VPC interface attachment to use for this source.
*)name : String_.t;The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
*)}val make :
?flowVpcInterfaceAttachment:??? ->
flowArn:AddBridgeFlowSourceRequestFlowArnString.t ->
name:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AddBridgeFlowSourceRequestFlowArnString.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]