Module: AWSCDK::CodeBuild::ProjectNotificationEvents

Defined in:
code_build/project_notification_events.rb

Overview

The list of event types for AWS Codebuild.

Constant Summary collapse

BUILD_FAILED =
Deprecated.
Note:

Default:

Trigger notification when project build state failed.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.ProjectNotificationEvents", "BUILD_FAILED")
BUILD_SUCCEEDED =
Deprecated.
Note:

Default:

Trigger notification when project build state succeeded.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.ProjectNotificationEvents", "BUILD_SUCCEEDED")
BUILD_IN_PROGRESS =
Deprecated.
Note:

Default:

Trigger notification when project build state in progress.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.ProjectNotificationEvents", "BUILD_IN_PROGRESS")
BUILD_STOPPED =
Deprecated.
Note:

Default:

Trigger notification when project build state stopped.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.ProjectNotificationEvents", "BUILD_STOPPED")
BUILD_PHASE_FAILED =
Deprecated.
Note:

Default:

Trigger notification when project build phase failure.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.ProjectNotificationEvents", "BUILD_PHASE_FAILED")
BUILD_PHASE_SUCCEEDED =
Deprecated.
Note:

Default:

Trigger notification when project build phase success.

Jsii::Enum.new("aws-cdk-lib.aws_codebuild.ProjectNotificationEvents", "BUILD_PHASE_SUCCEEDED")