Values_3.CoipPoolSourceDescribes a customer-owned address pool.
type nonrec t = {poolId : Values_1.Ipv4PoolCoipId.t option;The ID of the address pool.
*)poolCidrs : Values_0.ValueStringList.t option;The address ranges of the address pool.
*)localGatewayRouteTableId : Values_1.LocalGatewayRoutetableId.t option;The ID of the local gateway route table.
*)poolArn : Values_0.ResourceArn.t option;The ARN of the address pool.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_1.Ipv4PoolCoipId.t ])
list ]