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 DeploymentLaunchConfig

Configuration information for a deployment launch.

Hierarchy

  • DeploymentLaunchConfig

Properties

environmentVariables?: Record<string, string>

An array of key/value pairs specifying environment variables for the robot application

launchFile: undefined | string

The launch file name.

packageName: undefined | string

The package name.

postLaunchFile?: string

The deployment post-launch file. This file will be executed after the launch file.

preLaunchFile?: string

The deployment pre-launch file. This file will be executed prior to the launch file.