Skip to main content

simulation_applications_list_only

Lists simulation_applications in a region or regions, for all properties use simulation_applications

Overview

Namesimulation_applications_list_only
TypeResource
DescriptionThis schema is for testing purpose only.
Idaws.robomaker.simulation_applications_list_only

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.
tagsobjectA key-value pair to associate with a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all simulation_applications in a region.

SELECT
region,
arn
FROM aws.robomaker.simulation_applications_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the simulation_applications_list_only resource, see simulation_applications