aws.athena.get_capacity_assignment_configuration
Example SQL Queries
SELECT * FROMaws.athena.get_capacity_assignment_configurationWHERE"capacity_reservation_name" = 'VALUE';Description
Gets the capacity assignment configuration for a capacity reservation, if one exists.
Table Definition
| Column Name | Column Data Type |
|---|---|
| capacity_reservation_name Required Input Column The name of the capacity reservation to retrieve the capacity assignment configuration for. | 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_assignment_configuration The requested capacity assignment configuration for the specified capacity reservation. | STRUCT( |
Show child fields
| |