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 CreateRobotApplicationCommandInputProtected

Hierarchy

Properties

environment?: Environment

The object that contains that URI of the Docker image that you use for your robot application.

name: undefined | string

The name of the robot application.

robotSoftwareSuite: undefined | RobotSoftwareSuite

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

sources?: SourceConfig[]

The sources of the robot application.

tags?: Record<string, string>

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