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 4.5
 
Container for the parameters to the EnableStageTransition operation. Enables artifacts in a pipeline to transition to a stage in a pipeline.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodePipeline.AmazonCodePipelineRequest
      Amazon.CodePipeline.Model.EnableStageTransitionRequest

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

Syntax

C#
public class EnableStageTransitionRequest : AmazonCodePipelineRequest
         IRequestEvents

The EnableStageTransitionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property PipelineName System.String Gets and sets the property PipelineName.

The name of the pipeline in which you want to enable the flow of artifacts from one stage to another.

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

The name of the stage where you want to enable the transition of artifacts, either into the stage (inbound) or from that stage to the next stage (outbound).

Public Property TransitionType Amazon.CodePipeline.StageTransitionType Gets and sets the property TransitionType.

Specifies whether artifacts will be allowed to enter the stage and be processed by the actions in that stage (inbound) or whether already-processed artifacts will be allowed to transition to the next stage (outbound).

Version Information

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