aws.robomaker.list_world_templates
Example SQL Queries
SELECT * FROMaws.robomaker.list_world_templates;Description
Lists world templates.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 template. | VARCHAR |
| created_at The time, in milliseconds since the epoch, when the template was created. | TIMESTAMP_S |
| last_updated_at The time, in milliseconds since the epoch, when the template was last updated. | TIMESTAMP_S |
| name The name of the template. | VARCHAR |
| version The version of the template that you're using. | VARCHAR |