aws.outposts.list_orders
Example SQL Queries
SELECT * FROMaws.outposts.list_orders;Description
Lists the Outpost orders for your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| outpost_identifier_filter Input Column The ID or the Amazon Resource Name (ARN) of the Outpost. | 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 |
| line_item_counts_by_status The status of all line items in the order. | MAP(VARCHAR, BIGINT) |
| order_fulfilled_date The fulfilment date for the order. | TIMESTAMP_S |
| order_id The ID of the order. | VARCHAR |
| order_submission_date The submission date for the order. | TIMESTAMP_S |
| order_type The type of order. | VARCHAR |
| outpost_id The ID of the Outpost. | VARCHAR |
| status The status of the order.
The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED. | VARCHAR |