enum ProjectNotificationEvents
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CodeBuild.ProjectNotificationEvents |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscodebuild#ProjectNotificationEvents |
![]() | software.amazon.awscdk.services.codebuild.ProjectNotificationEvents |
![]() | aws_cdk.aws_codebuild.ProjectNotificationEvents |
![]() | aws-cdk-lib » aws_codebuild » ProjectNotificationEvents |
The list of event types for AWS Codebuild.
Members
Name | Description |
---|---|
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. |
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.