| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoT.Types.AwsJobAbortConfig
Description
Documentation
data AwsJobAbortConfig Source #
The criteria that determine when and how a job abort takes place.
See: newAwsJobAbortConfig smart constructor.
Constructors
| AwsJobAbortConfig' | |
Fields
| |
Instances
Arguments
| :: NonEmpty AwsJobAbortCriteria | |
| -> AwsJobAbortConfig |
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.