Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface LaunchConfig

Information about a launch configuration.

Hierarchy

  • LaunchConfig

Properties

command?: string[]

If you've specified General as the value for your RobotSoftwareSuite, you can use this field to specify a list of commands for your container image.

If you've specified SimulationRuntime as the value for your SimulationSoftwareSuite, you can use this field to specify a list of commands for your container image.

environmentVariables?: Record<string, string>

The environment variables for the application launch.

launchFile?: string

The launch file name.

packageName?: string

The package name.

portForwardingConfig?: PortForwardingConfig

The port forwarding configuration.

streamUI?: boolean

Boolean indicating whether a streaming session will be configured for the application. If True, AWS RoboMaker will configure a connection so you can interact with your application as it is running in the simulation. You must configure and launch the component. It must have a graphical user interface.