aws.timestream_write.list_batch_load_tasks
Example SQL Queries
SELECT * FROMaws.timestream_write.list_batch_load_tasks;Description
Provides a list of batch load tasks, along with the name, status, when the task is resumable until, and other details. See code sample for details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The total number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation. | BIGINT |
| next_token Input Column A token to specify where to start paginating. Provide the next ListBatchLoadTasksRequest. | VARCHAR |
| task_status Input Column Status of the batch load task. | 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
| |
| batch_load_tasks A list of batch load task details. | STRUCT( |
Show child fields
| |