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 type of trigger configuration for Git-based source actions.

You can specify the Git configuration trigger type for all third-party Git-based source actions that are supported by the CodeStarSourceConnection action type.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.GitConfiguration

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

Syntax

C#
public class GitConfiguration

The GitConfiguration type exposes the following members

Constructors

NameDescription
Public Method GitConfiguration()

Properties

NameTypeDescription
Public Property PullRequest System.Collections.Generic.List<Amazon.CodePipeline.Model.GitPullRequestFilter>

Gets and sets the property PullRequest.

The field where the repository event that will start the pipeline is specified as pull requests.

Public Property Push System.Collections.Generic.List<Amazon.CodePipeline.Model.GitPushFilter>

Gets and sets the property Push.

The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

Public Property SourceActionName System.String

Gets and sets the property SourceActionName.

The name of the pipeline source action where the trigger configuration, such as Git tags, is specified. The trigger configuration will start the pipeline upon the specified change only.

You can only specify one trigger configuration per source action.

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