Update Capacity Reservation
| athena_update_capacity_reservation | 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.
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.  | 
Value¶
An empty list.
Request syntax¶
svc$update_capacity_reservation(
  TargetDpus = 123,
  Name = "string"
)