Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface CreateSimulationApplicationCommandOutputProtected

Hierarchy

Properties

arn?: string

The Amazon Resource Name (ARN) of the simulation application.

environment?: Environment

The object that contains the Docker image URI that you used to create your simulation application.

lastUpdatedAt?: Date

The time, in milliseconds since the epoch, when the simulation application was last updated.

name?: string

The name of the simulation application.

renderingEngine?: RenderingEngine

The rendering engine for the simulation application.

revisionId?: string

The revision id of the simulation application.

robotSoftwareSuite?: RobotSoftwareSuite

Information about the robot software suite (ROS distribution).

simulationSoftwareSuite?: SimulationSoftwareSuite

The simulation software suite used by the simulation application.

sources?: Source[]

The sources of the simulation application.

tags?: Record<string, string>

The list of all tags added to the simulation application.

version?: string

The version of the simulation application.