athena_create_capacity_reservation {paws.analytics} | R Documentation |
Creates a capacity reservation with the specified name and number of requested data processing units
Description
Creates a capacity reservation with the specified name and number of requested data processing units.
See https://www.paws-r-sdk.com/docs/athena_create_capacity_reservation/ for full documentation.
Usage
athena_create_capacity_reservation(TargetDpus, Name, Tags = NULL)
Arguments
TargetDpus |
[required] The number of requested data processing units. |
Name |
[required] The name of the capacity reservation to create. |
Tags |
The tags for the capacity reservation. |
[Package paws.analytics version 0.9.0 Index]