Skip to main content

simulation_application_tags

Expands all tag keys and values for simulation_applications in a region

Overview

Namesimulation_application_tags
TypeResource
DescriptionThis schema is for testing purpose only.
Idaws.robomaker.simulation_application_tags

Fields

NameDatatypeDescription
arnstring
namestringThe name of the simulation application.
current_revision_idstringThe current revision id.
rendering_engineobjectThe rendering engine for the simulation application.
robot_software_suiteobjectThe robot software suite used by the simulation application.
simulation_software_suiteobjectThe simulation software suite used by the simulation application.
sourcesarrayThe sources of the simulation application.
environmentstringThe URI of the Docker image for the robot application.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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