aws.athena.get_capacity_reservation
Example SQL Queries
SELECT * FROMaws.athena.get_capacity_reservationWHERE"name" = 'VALUE';Description
Returns information about the capacity reservation with the specified name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the capacity reservation. | 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_reservation The requested capacity reservation structure. | STRUCT( |
Show child fields
| |