ec2_purchase_capacity_block_extension {paws.compute} | R Documentation |
Purchase the Capacity Block extension for use with your account
Description
Purchase the Capacity Block extension for use with your account. You must specify the ID of the Capacity Block extension offering you are purchasing.
See https://www.paws-r-sdk.com/docs/ec2_purchase_capacity_block_extension/ for full documentation.
Usage
ec2_purchase_capacity_block_extension(
CapacityBlockExtensionOfferingId,
CapacityReservationId,
DryRun = NULL
)
Arguments
CapacityBlockExtensionOfferingId |
[required] The ID of the Capacity Block extension offering to purchase. |
CapacityReservationId |
[required] The ID of the Capacity reservation to be extended. |
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 |
[Package paws.compute version 0.9.0 Index]