ProjectNotificationEvents
- class aws_cdk.aws_codebuild.ProjectNotificationEvents(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
The 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.