AWS SDK Version 2 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.

.NET Framework 3.5
 
Represents the structure of actions and stages to be performed in the pipeline.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineDeclaration

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PipelineDeclaration : Object

The PipelineDeclaration type exposes the following members

Constructors

NameDescription
Public Method PipelineDeclaration()

Properties

NameTypeDescription
Public Property ArtifactStore Amazon.CodePipeline.Model.ArtifactStore Gets and sets the property ArtifactStore.
Public Property Name System.String Gets and sets the property Name.

The name of the action to be performed.

Public Property RoleArn System.String Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) for AWS CodePipeline to use to either perform actions with no actionRoleArn, or to use to assume roles for actions with an actionRoleArn.

Public Property Stages System.Collections.Generic.List<Amazon.CodePipeline.Model.StageDeclaration> Gets and sets the property Stages.

The stage in which to perform the action.

Public Property Version System.Int32 Gets and sets the property Version.

The version number of the pipeline. A new pipeline always has a version number of 1. This number is automatically incremented when a pipeline is updated.

Version Information

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