Values_2.OutpostLagSourceDescribes an Outpost link aggregation group (LAG).
type nonrec t = {outpostArn : Values_0.String_.t option;The Amazon Resource Number (ARN) of the Outpost LAG.
*)ownerId : Values_0.String_.t option;The ID of the Outpost LAG owner.
*)state : Values_0.String_.t option;The current state of the Outpost LAG.
*)outpostLagId : Values_1.OutpostLagId.t option;The ID of the Outpost LAG.
*)localGatewayVirtualInterfaceIds : Values_1.LocalGatewayVirtualInterfaceIdSet.t
option;The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
*)serviceLinkVirtualInterfaceIds : Values_1.ServiceLinkVirtualInterfaceIdSet.t
option;The service link virtual interface IDs associated with the Outpost LAG.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list ]