Values.SetGatewayBridgeSourceRequestSourceThe source configuration for cloud flows receiving a stream from a bridge.
type nonrec t = {bridgeArn : SetGatewayBridgeSourceRequestBridgeArnString.t;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 make :
?vpcInterfaceAttachment:??? ->
bridgeArn:SetGatewayBridgeSourceRequestBridgeArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of SetGatewayBridgeSourceRequestBridgeArnString.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]