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.

A list that allows you to specify, or override, the source revision for a pipeline execution that's being started. A source revision is the version with all the changes to your application code, or source artifact, for the pipeline execution.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.SourceRevisionOverride

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

Syntax

C#
public class SourceRevisionOverride

The SourceRevisionOverride type exposes the following members

Constructors

NameDescription
Public Method SourceRevisionOverride()

Properties

NameTypeDescription
Public Property ActionName System.String

Gets and sets the property ActionName.

The name of the action where the override will be applied.

Public Property RevisionType Amazon.CodePipeline.SourceRevisionType

Gets and sets the property RevisionType.

The type of source revision, based on the source provider. For example, the revision type for the CodeCommit action provider is the commit ID.

Public Property RevisionValue System.String

Gets and sets the property RevisionValue.

The source revision, or version of your source artifact, with the changes that you want to run in the pipeline execution.

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