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.

Returns a summary of a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineSummary

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

Syntax

C#
public class PipelineSummary

The PipelineSummary type exposes the following members

Constructors

NameDescription
Public Method PipelineSummary()

Properties

NameTypeDescription
Public Property Created System.DateTime

Gets and sets the property Created.

The date and time the pipeline was created, in timestamp format.

Public Property ExecutionMode Amazon.CodePipeline.ExecutionMode

Gets and sets the property ExecutionMode.

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

Public Property Name System.String

Gets and sets the property Name.

The name of the pipeline.

Public Property PipelineType Amazon.CodePipeline.PipelineType

Gets and sets the property PipelineType.

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications.

  • V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters.

  • V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration.

Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs.

For information about pricing for CodePipeline, see Pricing.

For information about which type of pipeline to choose, see What type of pipeline is right for me?.

Public Property Updated System.DateTime

Gets and sets the property Updated.

The date and time of the last update to the pipeline, in timestamp format.

Public Property Version System.Int32

Gets and sets the property Version.

The version number 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