| 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.CodePipeline.Types.PipelineContext
Description
Synopsis
- data PipelineContext = PipelineContext' {}
- newPipelineContext :: PipelineContext
- pipelineContext_action :: Lens' PipelineContext (Maybe ActionContext)
- pipelineContext_pipelineArn :: Lens' PipelineContext (Maybe Text)
- pipelineContext_pipelineExecutionId :: Lens' PipelineContext (Maybe Text)
- pipelineContext_pipelineName :: Lens' PipelineContext (Maybe Text)
- pipelineContext_stage :: Lens' PipelineContext (Maybe StageContext)
Documentation
data PipelineContext Source #
Represents information about a pipeline to a job worker.
PipelineContext contains pipelineArn and pipelineExecutionId for
custom action jobs. The pipelineArn and pipelineExecutionId fields
are not populated for ThirdParty action jobs.
See: newPipelineContext smart constructor.
Constructors
| PipelineContext' | |
Fields
| |
Instances
newPipelineContext :: PipelineContext Source #
Create a value of PipelineContext 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:action:PipelineContext', pipelineContext_action - The context of an action to a job worker in the stage of a pipeline.
$sel:pipelineArn:PipelineContext', pipelineContext_pipelineArn - The Amazon Resource Name (ARN) of the pipeline.
$sel:pipelineExecutionId:PipelineContext', pipelineContext_pipelineExecutionId - The execution ID of the pipeline.
$sel:pipelineName:PipelineContext', pipelineContext_pipelineName - The name of the pipeline. This is a user-specified value. Pipeline names
must be unique across all pipeline names under an Amazon Web Services
account.
$sel:stage:PipelineContext', pipelineContext_stage - The stage of the pipeline.
pipelineContext_action :: Lens' PipelineContext (Maybe ActionContext) Source #
The context of an action to a job worker in the stage of a pipeline.
pipelineContext_pipelineArn :: Lens' PipelineContext (Maybe Text) Source #
The Amazon Resource Name (ARN) of the pipeline.
pipelineContext_pipelineExecutionId :: Lens' PipelineContext (Maybe Text) Source #
The execution ID of the pipeline.
pipelineContext_pipelineName :: Lens' PipelineContext (Maybe Text) Source #
The name of the pipeline. This is a user-specified value. Pipeline names must be unique across all pipeline names under an Amazon Web Services account.
pipelineContext_stage :: Lens' PipelineContext (Maybe StageContext) Source #
The stage of the pipeline.