Values_1.TransitGatewayConnectPeerConfigurationSourceDescribes the Connect peer details.
type nonrec t = {transitGatewayAddress : Values_0.String_.t option;The Connect peer IP address on the transit gateway side of the tunnel.
*)peerAddress : Values_0.String_.t option;The Connect peer IP address on the appliance side of the tunnel.
*)insideCidrBlocks : Values_0.InsideCidrBlocksStringList.t option;The range of interior BGP peer IP addresses.
*)protocol : Values_0.ProtocolValue.t option;The tunnel protocol.
*)bgpConfigurations : Values_0.TransitGatewayAttachmentBgpConfigurationList.t
option;The BGP configuration details.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `String of string
| `Structure of
(string
* [> `Enum of string
| `Long of Awso.Import.Int64.t
| `String of string ])
list ]
list
| `String of Values_0.String_.t ])
list ]