Values_4.ProvisionPublicIpv4PoolCidrRequestSourceProvision a CIDR to a public IPv4 pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.
type nonrec t = {dryRun : Values_0.Boolean.t option;A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)ipamPoolId : Values_0.IpamPoolId.t;The ID of the IPAM pool you would like to use to allocate this CIDR.
*)poolId : Values_2.Ipv4PoolEc2Id.t;The ID of the public IPv4 pool you would like to use for this CIDR.
*)netmaskLength : Values_0.Integer.t;The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.
*)networkBorderGroup : Values_0.String_.t option;The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see Local Zone availability in the Amazon EC2 User Guide.
*)}val make :
?dryRun:??? ->
?networkBorderGroup:??? ->
ipamPoolId:Values_0.IpamPoolId.t ->
poolId:Values_2.Ipv4PoolEc2Id.t ->
netmaskLength:Values_0.Integer.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Integer of Values_0.Integer.t
| `String of Values_0.IpamPoolId.t ])
list ]