Module Values_4.ProvisionPublicIpv4PoolCidrRequestSource

Provision a CIDR to a public IPv4 pool. For more information about IPAM, see What is IPAM? in the Amazon VPC IPAM User Guide.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. ipamPoolId : Values_0.IpamPoolId.t;
    (*

    The ID of the IPAM pool you would like to use to allocate this CIDR.

    *)
  3. poolId : Values_2.Ipv4PoolEc2Id.t;
    (*

    The ID of the public IPv4 pool you would like to use for this CIDR.

    *)
  4. 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.

    *)
  5. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> ?networkBorderGroup:??? -> ipamPoolId:Values_0.IpamPoolId.t -> poolId:Values_2.Ipv4PoolEc2Id.t -> netmaskLength:Values_0.Integer.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t