aws-cdk-lib.aws_codebuild.ProjectNotificationEvents

enum ProjectNotificationEvents

LanguageType name
.NETAmazon.CDK.AWS.CodeBuild.ProjectNotificationEvents
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ProjectNotificationEvents
Javasoftware.amazon.awscdk.services.codebuild.ProjectNotificationEvents
Pythonaws_cdk.aws_codebuild.ProjectNotificationEvents
TypeScript (source)aws-cdk-lib » aws_codebuild » ProjectNotificationEvents

The list of event types for AWS Codebuild.

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

Members

NameDescription
BUILD_FAILEDTrigger notification when project build state failed.
BUILD_SUCCEEDEDTrigger notification when project build state succeeded.
BUILD_IN_PROGRESSTrigger notification when project build state in progress.
BUILD_STOPPEDTrigger notification when project build state stopped.
BUILD_PHASE_FAILEDTrigger notification when project build phase failure.
BUILD_PHASE_SUCCEEDEDTrigger notification when project build phase success.

BUILD_FAILED

Trigger notification when project build state failed.


BUILD_SUCCEEDED

Trigger notification when project build state succeeded.


BUILD_IN_PROGRESS

Trigger notification when project build state in progress.


BUILD_STOPPED

Trigger notification when project build state stopped.


BUILD_PHASE_FAILED

Trigger notification when project build phase failure.


BUILD_PHASE_SUCCEEDED

Trigger notification when project build phase success.