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 DescribeSimulationApplicationResponse

Hierarchy

Properties

arn?: string

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

environment?: Environment

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

imageDigest?: string

A SHA256 identifier for the Docker image that you use for 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 specified simulation application.

version?: string

The version of the simulation application.