| 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.DeploymentConfig
Description
Synopsis
- data DeploymentConfig = DeploymentConfig' {}
- newDeploymentConfig :: DeploymentConfig
- deploymentConfig_concurrentDeploymentPercentage :: Lens' DeploymentConfig (Maybe Natural)
- deploymentConfig_downloadConditionFile :: Lens' DeploymentConfig (Maybe S3Object)
- deploymentConfig_failureThresholdPercentage :: Lens' DeploymentConfig (Maybe Natural)
- deploymentConfig_robotDeploymentTimeoutInSeconds :: Lens' DeploymentConfig (Maybe Integer)
Documentation
data DeploymentConfig Source #
Information about a deployment configuration.
See: newDeploymentConfig smart constructor.
Constructors
| DeploymentConfig' | |
Fields
| |
Instances
newDeploymentConfig :: DeploymentConfig Source #
Create a value of DeploymentConfig 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:concurrentDeploymentPercentage:DeploymentConfig', deploymentConfig_concurrentDeploymentPercentage - The percentage of robots receiving the deployment at the same time.
$sel:downloadConditionFile:DeploymentConfig', deploymentConfig_downloadConditionFile - The download condition file.
$sel:failureThresholdPercentage:DeploymentConfig', deploymentConfig_failureThresholdPercentage - The percentage of deployments that need to fail before stopping
deployment.
$sel:robotDeploymentTimeoutInSeconds:DeploymentConfig', deploymentConfig_robotDeploymentTimeoutInSeconds - The amount of time, in seconds, to wait for deployment to a single robot
to complete. Choose a time between 1 minute and 7 days. The default is 5
hours.
deploymentConfig_concurrentDeploymentPercentage :: Lens' DeploymentConfig (Maybe Natural) Source #
The percentage of robots receiving the deployment at the same time.
deploymentConfig_downloadConditionFile :: Lens' DeploymentConfig (Maybe S3Object) Source #
The download condition file.
deploymentConfig_failureThresholdPercentage :: Lens' DeploymentConfig (Maybe Natural) Source #
The percentage of deployments that need to fail before stopping deployment.
deploymentConfig_robotDeploymentTimeoutInSeconds :: Lens' DeploymentConfig (Maybe Integer) Source #
The amount of time, in seconds, to wait for deployment to a single robot to complete. Choose a time between 1 minute and 7 days. The default is 5 hours.