Values_7.CreateSubnetCidrReservationRequestSourceCreates a subnet CIDR reservation. For more information, see Subnet CIDR reservations in the Amazon VPC User Guide and Manage prefixes for your network interfaces in the Amazon EC2 User Guide.
type nonrec t = {subnetId : Values_0.SubnetId.t;The ID of the subnet.
*)cidr : Values_0.String_.t;The IPv4 or IPV6 CIDR range to reserve.
*)reservationType : Values_1.SubnetCidrReservationType.t;The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources. prefix - Amazon Web Services assigns the reserved IP addresses to network interfaces. explicit - You assign the reserved IP addresses to network interfaces.
*)description : Values_0.String_.t option;The description to assign to the subnet CIDR reservation.
*)dryRun : Values_0.Boolean.t option;Checks 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.
*)tagSpecifications : Values_0.TagSpecificationList.t option;The tags to assign to the subnet CIDR reservation.
*)}val make :
?description:??? ->
?dryRun:??? ->
?tagSpecifications:??? ->
subnetId:Values_0.SubnetId.t ->
cidr:Values_0.String_.t ->
reservationType:Values_1.SubnetCidrReservationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ]
list ])
list ]
list
| `String of Values_0.SubnetId.t ])
list ]