Skip to main content

simulation_application

Gets an individual simulation_application resource

Overview

Namesimulation_application
TypeResource
Descriptionsimulation_application
Idawscc.robomaker.simulation_application

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.
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
name,
current_revision_id,
rendering_engine,
robot_software_suite,
simulation_software_suite,
sources,
environment,
tags
FROM awscc.robomaker.simulation_application
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the simulation_application resource, the following permissions are required:

Read

robomaker:DescribeSimulationApplication

Update

robomaker:TagResource,
robomaker:UntagResource,
robomaker:UpdateSimulationApplication,
ecr:BatchGetImage,
ecr:GetAuthorizationToken,
ecr:BatchCheckLayerAvailability,
ecr-public:GetAuthorizationToken

Delete

robomaker:DescribeSimulationApplication,
robomaker:DeleteSimulationApplication