aws.robomaker.get_world_template_body
Example SQL Queries
SELECT * FROMaws.robomaker.get_world_template_body;Description
Gets the world template body.
Table Definition
| Column Name | Column Data Type |
|---|---|
| generation_job Input Column The Amazon Resource Name (arn) of the world generator job. | VARCHAR |
| template Input Column The Amazon Resource Name (arn) of the world template. | 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 |
| template_body The world template body. | VARCHAR |