aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents

enum RepositoryNotificationEvents

LanguageType name
.NETAmazon.CDK.AWS.CodeCommit.RepositoryNotificationEvents
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscodecommit#RepositoryNotificationEvents
Javasoftware.amazon.awscdk.services.codecommit.RepositoryNotificationEvents
Pythonaws_cdk.aws_codecommit.RepositoryNotificationEvents
TypeScript (source)aws-cdk-lib » 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

NameDescription
COMMIT_COMMENTTrigger notication when comment made on commit.
PULL_REQUEST_COMMENTTrigger notification when comment made on pull request.
APPROVAL_STATUS_CHANGEDTrigger notification when approval status changed.
APPROVAL_RULE_OVERRIDDENTrigger notifications when approval rule is overridden.
PULL_REQUEST_CREATEDTrigger notification when pull request created.
PULL_REQUEST_SOURCE_UPDATEDTrigger notification when pull request source updated.
PULL_REQUEST_STATUS_CHANGEDTrigger notification when pull request status is changed.
PULL_REQUEST_MERGEDTrigger notification when pull requset is merged.
BRANCH_OR_TAG_CREATEDTrigger notification when a branch or tag is created.
BRANCH_OR_TAG_DELETEDTrigger notification when a branch or tag is deleted.
BRANCH_OR_TAG_UPDATEDTrigger 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.