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.

Represents information about the specified trigger configuration, such as the filter criteria and the source stage for the action that contains the trigger.

This is only supported for the CodeStarSourceConnection action type.

When a trigger configuration is specified, default change detection for repository and branch commits is disabled.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.PipelineTriggerDeclaration

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

Syntax

C#
public class PipelineTriggerDeclaration

The PipelineTriggerDeclaration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property GitConfiguration Amazon.CodePipeline.Model.GitConfiguration

Gets and sets the property GitConfiguration.

Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.

Public Property ProviderType Amazon.CodePipeline.PipelineTriggerProviderType

Gets and sets the property ProviderType.

The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.

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