ec2_create_subnet_cidr_reservation {paws.compute} | R Documentation |
Creates a subnet CIDR reservation
Description
Creates 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.
See https://www.paws-r-sdk.com/docs/ec2_create_subnet_cidr_reservation/ for full documentation.
Usage
ec2_create_subnet_cidr_reservation(
SubnetId,
Cidr,
ReservationType,
Description = NULL,
DryRun = NULL,
TagSpecifications = NULL
)
Arguments
SubnetId |
[required] The ID of the subnet. |
Cidr |
[required] The IPv4 or IPV6 CIDR range to reserve. |
ReservationType |
[required] The type of reservation. The reservation type determines how the reserved IP addresses are assigned to resources.
|
Description |
The description to assign to the subnet CIDR reservation. |
DryRun |
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 |
TagSpecifications |
The tags to assign to the subnet CIDR reservation. |