aws.robomaker.describe_world_template
Example SQL Queries
SELECT * FROMaws.robomaker.describe_world_templateWHERE"template" = 'VALUE';Description
Describes a world template.
Table Definition
| Column Name | Column Data Type |
|---|---|
| template Required Input Column The Amazon Resource Name (arn) of the world template 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 template. | VARCHAR |
| client_request_token Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | VARCHAR |
| created_at The time, in milliseconds since the epoch, when the world template was created. | TIMESTAMP_S |
| last_updated_at The time, in milliseconds since the epoch, when the world template was last updated. | TIMESTAMP_S |
| name The name of the world template. | VARCHAR |
| tags A map that contains tag keys and tag values that are attached to the world template. | MAP(VARCHAR, VARCHAR) |
| version The version of the world template that you're using. | VARCHAR |