simulation_applications_list_only
Lists simulation_applications
in a region or regions, for all properties use simulation_applications
Overview
Name | simulation_applications_list_only |
Type | Resource |
Description | This schema is for testing purpose only. |
Id | aws.robomaker.simulation_applications_list_only |
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. |
tags | object | A key-value pair to associate with a resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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