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.

The interaction or event that started a pipeline execution.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ExecutionTrigger

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

Syntax

C#
public class ExecutionTrigger

The ExecutionTrigger type exposes the following members

Constructors

NameDescription
Public Method ExecutionTrigger()

Properties

NameTypeDescription
Public Property TriggerDetail System.String

Gets and sets the property TriggerDetail.

Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution CLI command.

Public Property TriggerType Amazon.CodePipeline.TriggerType

Gets and sets the property TriggerType.

The type of change-detection method, command, or user interaction that started a 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