aws.outposts.list_capacity_tasks
Example SQL Queries
SELECT * FROMaws.outposts.list_capacity_tasks;Description
Lists the capacity tasks for your Amazon Web Services account.
Use filters to return specific results. If you specify multiple filters, the results include only the resources that match all of the specified filters. For a filter where you can specify multiple values, the results include items that match any of the values that you specify for the filter.
Table Definition
| Column Name | Column Data Type |
|---|---|
| capacity_task_status_filter Input Column A list of statuses. For example, REQUESTED or WAITING_FOR_EVACUATION. | VARCHAR[] |
Show child fields
| |
| outpost_identifier_filter Input Column Filters the results by an Outpost ID or an Outpost ARN. | 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_task_id The ID of the specified capacity task. | VARCHAR |
| capacity_task_status The status of the capacity task. | VARCHAR |
| completion_date The date that the specified capacity task successfully ran. | TIMESTAMP_S |
| creation_date The date that the specified capacity task was created. | TIMESTAMP_S |
| last_modified_date The date that the specified capacity was last modified. | TIMESTAMP_S |
| order_id The ID of the Amazon Web Services Outposts order of the host associated with the capacity task. | VARCHAR |
| outpost_id The ID of the Outpost associated with the specified capacity task. | VARCHAR |