aws.robomaker.list_worlds
Example SQL Queries
SELECT * FROMaws.robomaker.list_worlds;Description
Lists worlds.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filters Input Column Optional filters to limit results. You can use status. | 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. | VARCHAR |
| created_at The time, in milliseconds since the epoch, when the world was created. | TIMESTAMP_S |
| generation_job The Amazon Resource Name (arn) of the world generation job. | VARCHAR |
| template The Amazon Resource Name (arn) of the world template. | VARCHAR |