Create Capacity Reservation
| athena_create_capacity_reservation | 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.
Usage¶
athena_create_capacity_reservation(TargetDpus, Name, Tags)
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. | 
Value¶
An empty list.
Request syntax¶
svc$create_capacity_reservation(
  TargetDpus = 123,
  Name = "string",
  Tags = list(
    list(
      Key = "string",
      Value = "string"
    )
  )
)