Values_2.LocalGatewayVirtualInterfaceGroupSourceDescribes a local gateway virtual interface group.
type nonrec t = {localGatewayVirtualInterfaceGroupId : Values_1.LocalGatewayVirtualInterfaceGroupId.t
option;The ID of the virtual interface group.
*)localGatewayVirtualInterfaceIds : Values_1.LocalGatewayVirtualInterfaceIdSet.t
option;The IDs of the virtual interfaces.
*)localGatewayId : Values_0.String_.t option;The ID of the local gateway.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the local gateway virtual interface group.
*)localBgpAsn : Values_0.Integer.t option;The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).
*)localBgpAsnExtended : Values_0.Long.t option;The extended 32-bit ASN for the local BGP configuration.
*)localGatewayVirtualInterfaceGroupArn : Values_0.ResourceArn.t option;The Amazon Resource Number (ARN) of the local gateway virtual interface group.
*)configurationState : Values_1.LocalGatewayVirtualInterfaceGroupConfigurationState.t
option;The current state of the local gateway virtual interface group.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Values_0.Integer.t
| `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `Long of Values_0.Long.t
| `String of Values_1.LocalGatewayVirtualInterfaceGroupId.t ])
list ]