aws.robomaker.describe_world
Example SQL Queries
SELECT * FROMaws.robomaker.describe_worldWHERE"world" = 'VALUE';Description
Describes a world.
Table Definition
| Column Name | Column Data Type |
|---|---|
| world Required Input Column The Amazon Resource Name (arn) of the world you want to describe. | 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 |
| 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 that generated the world. | VARCHAR |
| tags A map that contains tag keys and tag values that are attached to the world. | MAP(VARCHAR, VARCHAR) |
| template The world template. | VARCHAR |
| world_description_body Returns the JSON formatted string that describes the contents of your world. | VARCHAR |