Values_2.LocalGatewayRouteTableVirtualInterfaceGroupAssociationSourceDescribes an association between a local gateway route table and a virtual interface group.
type nonrec t = {localGatewayRouteTableVirtualInterfaceGroupAssociationId : Values_1.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId.t
option;The ID of the association.
*)localGatewayVirtualInterfaceGroupId : Values_1.LocalGatewayVirtualInterfaceGroupId.t
option;The ID of the virtual interface group.
*)localGatewayId : Values_0.String_.t option;The ID of the local gateway.
*)localGatewayRouteTableId : Values_1.LocalGatewayId.t option;The ID of the local gateway route table.
*)localGatewayRouteTableArn : Values_0.ResourceArn.t option;The Amazon Resource Name (ARN) of the local gateway route table for the virtual interface group.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the local gateway virtual interface group association.
*)state : Values_0.String_.t option;The state of the association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of
Values_1.LocalGatewayRouteTableVirtualInterfaceGroupAssociationId.t ])
list ]