Values_2.VpnGatewaySourceDescribes a virtual private gateway.
type nonrec t = {amazonSideAsn : Values_0.Long.t option;The private Autonomous System Number (ASN) for the Amazon side of a BGP session.
*)vpnGatewayId : Values_0.String_.t option;The ID of the virtual private gateway.
*)state : Values_0.VpnState.t option;The current state of the virtual private gateway.
*)type_ : Values_1.GatewayType.t option;The type of VPN connection the virtual private gateway supports.
*)availabilityZone : Values_0.String_.t option;The Availability Zone where the virtual private gateway was created, if applicable. This field may be empty or not returned.
*)vpcAttachments : Values_1.VpcAttachmentList.t option;Any VPCs attached to the virtual private gateway.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string * [> `Enum of string | `String of string ]) list ]
list
| `Long of Values_0.Long.t
| `String of Values_0.String_.t ])
list ]