Show / Hide Table of Contents

Enum ProjectNotificationEvents

The list of event types for AWS Codebuild.

Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ProjectNotificationEvents
Syntax (vb)
Public Enum ProjectNotificationEvents
Remarks

See: https://docs.aws.amazon.com/dtconsole/latest/userguide/concepts.html#events-ref-buildproject

Synopsis

Fields

BUILD_FAILED

Trigger notification when project build state failed.

BUILD_IN_PROGRESS

Trigger notification when project build state in progress.

BUILD_PHASE_FAILED

Trigger notification when project build phase failure.

BUILD_PHASE_SUCCEEDED

Trigger notification when project build phase success.

BUILD_STOPPED

Trigger notification when project build state stopped.

BUILD_SUCCEEDED

Trigger notification when project build state succeeded.

Fields

Name Description
BUILD_FAILED

Trigger notification when project build state failed.

BUILD_IN_PROGRESS

Trigger notification when project build state in progress.

BUILD_PHASE_FAILED

Trigger notification when project build phase failure.

BUILD_PHASE_SUCCEEDED

Trigger notification when project build phase success.

BUILD_STOPPED

Trigger notification when project build state stopped.

BUILD_SUCCEEDED

Trigger notification when project build state succeeded.

Back to top Generated by DocFX