Values.UpdateGatewayBridgeSourceRequestSourceThe source configuration for cloud flows receiving a stream from a bridge.
type nonrec t = {bridgeArn : UpdateGatewayBridgeSourceRequestBridgeArnString.t option;The ARN of the bridge feeding this flow.
*)vpcInterfaceAttachment : VpcInterfaceAttachment.t option;The name of the VPC interface attachment to use for this bridge source.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UpdateGatewayBridgeSourceRequestBridgeArnString.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]