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 CreateSimulationApplicationResponse

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.