ProjectNotificationEvents
- class aws_cdk.aws_codebuild.ProjectNotificationEvents(value)
 Bases:
EnumThe list of event types for AWS Codebuild.
Attributes
- 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.