| 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.Glue.Types.Predecessor
Description
Synopsis
Documentation
data Predecessor Source #
A job run that was used in the predicate of a conditional trigger that triggered this job run.
See: newPredecessor smart constructor.
Constructors
| Predecessor' | |
Instances
newPredecessor :: Predecessor Source #
Create a value of Predecessor 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:jobName:Predecessor', predecessor_jobName - The name of the job definition used by the predecessor job run.
$sel:runId:Predecessor', predecessor_runId - The job-run ID of the predecessor job run.
predecessor_jobName :: Lens' Predecessor (Maybe Text) Source #
The name of the job definition used by the predecessor job run.
predecessor_runId :: Lens' Predecessor (Maybe Text) Source #
The job-run ID of the predecessor job run.