RepositoryNotificationEvents¶
-
class
aws_cdk.aws_codecommit.
RepositoryNotificationEvents
(value)¶ Bases:
enum.Enum
List of event types for AWS CodeCommit.
Attributes
-
APPROVAL_RULE_OVERRIDDEN
¶ Trigger notifications when approval rule is overridden.
-
APPROVAL_STATUS_CHANGED
¶ Trigger notification when approval status changed.
-
BRANCH_OR_TAG_CREATED
¶ Trigger notification when a branch or tag is created.
-
BRANCH_OR_TAG_DELETED
¶ Trigger notification when a branch or tag is deleted.
-
BRANCH_OR_TAG_UPDATED
¶ Trigger notification when a branch or tag is updated.
-
COMMIT_COMMENT
¶ Trigger notication when comment made on commit.
-
PULL_REQUEST_COMMENT
¶ Trigger notification when comment made on pull request.
-
PULL_REQUEST_CREATED
¶ Trigger notification when pull request created.
-
PULL_REQUEST_MERGED
¶ Trigger notification when pull requset is merged.
-
PULL_REQUEST_SOURCE_UPDATED
¶ Trigger notification when pull request source updated.
-
PULL_REQUEST_STATUS_CHANGED
¶ Trigger notification when pull request status is changed.
-