athena_update_capacity_reservation {paws.analytics} | R Documentation |
Updates the number of requested data processing units for the capacity reservation with the specified name
Description
Updates the number of requested data processing units for the capacity reservation with the specified name.
See https://www.paws-r-sdk.com/docs/athena_update_capacity_reservation/ for full documentation.
Usage
athena_update_capacity_reservation(TargetDpus, Name)
Arguments
TargetDpus |
[required] The new number of requested data processing units. |
Name |
[required] The name of the capacity reservation. |
[Package paws.analytics version 0.7.0 Index]