Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface CreateSimulationApplicationCommandInputProtected

Hierarchy

Properties

environment?: Environment

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

name: undefined | string

The name of the simulation application.

renderingEngine?: RenderingEngine

The rendering engine for the simulation application.

robotSoftwareSuite: undefined | RobotSoftwareSuite

The robot software suite (ROS distribution) used by the simulation application.

simulationSoftwareSuite: undefined | SimulationSoftwareSuite

The simulation software suite used by the simulation application.

sources?: SourceConfig[]

The sources of the simulation application.

tags?: Record<string, string>

A map that contains tag keys and tag values that are attached to the simulation application.