AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineContext

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class PipelineContext

The PipelineContext type exposes the following members

Constructors

NameDescription
Public Method PipelineContext()

Properties

NameTypeDescription
Public Property Action Amazon.CodePipeline.Model.ActionContext

Gets and sets the property Action.

The context of an action to a job worker in the stage of a pipeline.

Public Property PipelineArn System.String

Gets and sets the property PipelineArn.

The Amazon Resource Name (ARN) of the pipeline.

Public Property PipelineExecutionId System.String

Gets and sets the property PipelineExecutionId.

The execution ID of the pipeline.

Public Property PipelineName System.String

Gets and sets the property 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.

Public Property Stage Amazon.CodePipeline.Model.StageContext

Gets and sets the property Stage.

The stage of the pipeline.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5