LaunchConfig

Information about a launch configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

The environment variables for the application launch.

Link copied to clipboard

The launch file name.

Link copied to clipboard

The package name.

Link copied to clipboard

The port forwarding configuration.

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: LaunchConfig.Builder.() -> Unit = {}): LaunchConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String