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 AwsJobAbortConfig Source #
The criteria that determine when and how a job abort takes place.
See: newAwsJobAbortConfig
smart constructor.
AwsJobAbortConfig' | |
|
Instances
Create a value of AwsJobAbortConfig
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:abortCriteriaList:AwsJobAbortConfig'
, awsJobAbortConfig_abortCriteriaList
- The list of criteria that determine when and how to abort the job.
awsJobAbortConfig_abortCriteriaList :: Lens' AwsJobAbortConfig (NonEmpty AwsJobAbortCriteria) Source #
The list of criteria that determine when and how to abort the job.