Learn R Programming

paws.analytics (version 0.7.0)

athena_create_capacity_reservation: 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.