ProjectNotificationEvents

class aws_cdk.aws_codebuild.ProjectNotificationEvents(value)

Bases: Enum

The list of event types for AWS Codebuild.

See:

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

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.