aws.robomaker.list_world_export_jobs
Example SQL Queries
SELECT * FROMaws.robomaker.list_world_export_jobs;Description
Lists world export jobs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Optional filters to limit results. You can use generationJobId and templateId. | STRUCT( |
Show child fields
| |
| _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 |
| arn The Amazon Resource Name (ARN) of the world export job. | VARCHAR |
| created_at The time, in milliseconds since the epoch, when the world export job was created. | TIMESTAMP_S |
| output_location The output location. | STRUCT( |
Show child fields
| |
| status The status of the world export job.
| VARCHAR |
| worlds A list of worlds. | VARCHAR[] |
Show child fields
| |