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 |
Documentation
data ExecutionProperty Source #
An execution property of a job.
See: newExecutionProperty
smart constructor.
ExecutionProperty' | |
|
Instances
newExecutionProperty :: ExecutionProperty Source #
Create a value of ExecutionProperty
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:maxConcurrentRuns:ExecutionProperty'
, executionProperty_maxConcurrentRuns
- The maximum number of concurrent runs allowed for the job. The default
is 1. An error is returned when this threshold is reached. The maximum
value you can specify is controlled by a service limit.
executionProperty_maxConcurrentRuns :: Lens' ExecutionProperty (Maybe Int) Source #
The maximum number of concurrent runs allowed for the job. The default is 1. An error is returned when this threshold is reached. The maximum value you can specify is controlled by a service limit.