End of support notice: On September 10, 2025, AWS
will discontinue support for AWS RoboMaker. After September 10, 2025, you will
no longer be able to access the AWS RoboMaker console or AWS RoboMaker resources.
For more information on transitioning to AWS Batch to help run containerized
simulations, visit this blog
post
DeploymentLaunchConfig
Configuration information for a deployment launch.
Contents
- launchFile
-
The launch file name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
[a-zA-Z0-9_.\-]*
Required: Yes
- packageName
-
The package name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
[a-zA-Z0-9_.\-]*
Required: Yes
- environmentVariables
-
An array of key/value pairs specifying environment variables for the robot application
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 20 items.
Key Length Constraints: Minimum length of 1. Maximum length of 1024.
Key Pattern:
[A-Z_][A-Z0-9_]*
Value Length Constraints: Minimum length of 1. Maximum length of 1024.
Value Pattern:
.*
Required: No
- postLaunchFile
-
The deployment post-launch file. This file will be executed after the launch file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*
Required: No
- preLaunchFile
-
The deployment pre-launch file. This file will be executed prior to the launch file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: