| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.RobOMaker.Types.DeploymentLaunchConfig
Description
Synopsis
- data DeploymentLaunchConfig = DeploymentLaunchConfig' {}
- newDeploymentLaunchConfig :: Text -> Text -> DeploymentLaunchConfig
- deploymentLaunchConfig_preLaunchFile :: Lens' DeploymentLaunchConfig (Maybe Text)
- deploymentLaunchConfig_postLaunchFile :: Lens' DeploymentLaunchConfig (Maybe Text)
- deploymentLaunchConfig_environmentVariables :: Lens' DeploymentLaunchConfig (Maybe (HashMap Text Text))
- deploymentLaunchConfig_packageName :: Lens' DeploymentLaunchConfig Text
- deploymentLaunchConfig_launchFile :: Lens' DeploymentLaunchConfig Text
Documentation
data DeploymentLaunchConfig Source #
Configuration information for a deployment launch.
See: newDeploymentLaunchConfig smart constructor.
Constructors
| DeploymentLaunchConfig' | |
Fields
| |
Instances
newDeploymentLaunchConfig Source #
Arguments
| :: Text | |
| -> Text | |
| -> DeploymentLaunchConfig |
Create a value of DeploymentLaunchConfig with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:preLaunchFile:DeploymentLaunchConfig', deploymentLaunchConfig_preLaunchFile - The deployment pre-launch file. This file will be executed prior to the
launch file.
$sel:postLaunchFile:DeploymentLaunchConfig', deploymentLaunchConfig_postLaunchFile - The deployment post-launch file. This file will be executed after the
launch file.
$sel:environmentVariables:DeploymentLaunchConfig', deploymentLaunchConfig_environmentVariables - An array of key/value pairs specifying environment variables for the
robot application
$sel:packageName:DeploymentLaunchConfig', deploymentLaunchConfig_packageName - The package name.
$sel:launchFile:DeploymentLaunchConfig', deploymentLaunchConfig_launchFile - The launch file name.
deploymentLaunchConfig_preLaunchFile :: Lens' DeploymentLaunchConfig (Maybe Text) Source #
The deployment pre-launch file. This file will be executed prior to the launch file.
deploymentLaunchConfig_postLaunchFile :: Lens' DeploymentLaunchConfig (Maybe Text) Source #
The deployment post-launch file. This file will be executed after the launch file.
deploymentLaunchConfig_environmentVariables :: Lens' DeploymentLaunchConfig (Maybe (HashMap Text Text)) Source #
An array of key/value pairs specifying environment variables for the robot application
deploymentLaunchConfig_packageName :: Lens' DeploymentLaunchConfig Text Source #
The package name.
deploymentLaunchConfig_launchFile :: Lens' DeploymentLaunchConfig Text Source #
The launch file name.