enum RepositoryNotificationEvents
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeCommit.RepositoryNotificationEvents |
Java | software.amazon.awscdk.services.codecommit.RepositoryNotificationEvents |
Python | aws_cdk.aws_codecommit.RepositoryNotificationEvents |
TypeScript (source) | @aws-cdk/aws-codecommit » RepositoryNotificationEvents |
List of event types for AWS CodeCommit.
See also: https://docs.aws.amazon.com/dtconsole/latest/userguide/concepts.html#events-ref-repositories
Members
Name | Description |
---|---|
COMMIT_COMMENT | Trigger notication when comment made on commit. |
PULL_REQUEST_COMMENT | Trigger notification when comment made on pull request. |
APPROVAL_STATUS_CHANGED | Trigger notification when approval status changed. |
APPROVAL_RULE_OVERRIDDEN | Trigger notifications when approval rule is overridden. |
PULL_REQUEST_CREATED | Trigger notification when pull request created. |
PULL_REQUEST_SOURCE_UPDATED | Trigger notification when pull request source updated. |
PULL_REQUEST_STATUS_CHANGED | Trigger notification when pull request status is changed. |
PULL_REQUEST_MERGED | Trigger notification when pull requset is merged. |
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.
APPROVAL_STATUS_CHANGED
Trigger notification when approval status changed.
APPROVAL_RULE_OVERRIDDEN
Trigger notifications when approval rule is overridden.
PULL_REQUEST_CREATED
Trigger notification when pull request created.
PULL_REQUEST_SOURCE_UPDATED
Trigger notification when pull request source updated.
PULL_REQUEST_STATUS_CHANGED
Trigger notification when pull request status is changed.
PULL_REQUEST_MERGED
Trigger notification when pull requset is merged.
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.