simulation_application_tags
Expands all tag keys and values for simulation_applications
in a region
Overview
Name | simulation_application_tags |
Type | Resource |
Description | This schema is for testing purpose only. |
Id | aws.robomaker.simulation_application_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
name | string | The name of the simulation application. |
current_revision_id | string | The current revision id. |
rendering_engine | object | The rendering engine for the simulation application. |
robot_software_suite | object | The robot software suite used by the simulation application. |
simulation_software_suite | object | The simulation software suite used by the simulation application. |
sources | array | The sources of the simulation application. |
environment | string | The URI of the Docker image for the robot application. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all simulation_applications
in a region.
SELECT
region,
arn,
name,
current_revision_id,
rendering_engine,
robot_software_suite,
simulation_software_suite,
sources,
environment,
tag_key,
tag_value
FROM aws.robomaker.simulation_application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the simulation_application_tags
resource, see simulation_applications