aws.athena.list_capacity_reservations
Example SQL Queries
SELECT * FROMaws.athena.list_capacity_reservations;Description
Lists the capacity reservations for the current account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column Specifies the maximum number of results to return. | BIGINT |
| next_token Input Column A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| capacity_reservations The capacity reservations for the current account. | STRUCT( |
Show child fields
| |