class Aws::RoboMaker::Types::DeploymentLaunchConfig
Configuration information for a deployment launch.
@note When making an API call, you may pass DeploymentLaunchConfig
data as a hash: { package_name: "Command", # required pre_launch_file: "Path", launch_file: "Command", # required post_launch_file: "Path", environment_variables: { "EnvironmentVariableKey" => "EnvironmentVariableValue", }, }
@!attribute [rw] package_name
The package name. @return [String]
@!attribute [rw] pre_launch_file
The deployment pre-launch file. This file will be executed prior to the launch file. @return [String]
@!attribute [rw] launch_file
The launch file name. @return [String]
@!attribute [rw] post_launch_file
The deployment post-launch file. This file will be executed after the launch file. @return [String]
@!attribute [rw] environment_variables
An array of key/value pairs specifying environment variables for the robot application @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeploymentLaunchConfig AWS API Documentation
Constants
- SENSITIVE