Values_1.RouteTableAssociationSourceDescribes an association between a route table and a subnet or gateway.
type nonrec t = {main : Values_0.Boolean.t option;Indicates whether this is the main route table.
*)routeTableAssociationId : Values_0.String_.t option;The ID of the association.
*)routeTableId : Values_0.String_.t option;The ID of the route table.
*)subnetId : Values_0.String_.t option;The ID of the subnet. A subnet ID is not returned for an implicit association.
*)gatewayId : Values_0.String_.t option;The ID of the internet gateway or virtual private gateway.
*)publicIpv4Pool : Values_0.String_.t option;The ID of a public IPv4 pool. A public IPv4 pool is a pool of IPv4 addresses that you've brought to Amazon Web Services with BYOIP.
*)associationState : Values_0.RouteTableAssociationState.t option;The state of the association.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.String_.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ]