Show / Hide Table of Contents

Enum RepositoryNotificationEvents

List of event types for AWS CodeCommit.

Namespace: Amazon.CDK.AWS.CodeCommit
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum RepositoryNotificationEvents
Syntax (vb)
Public Enum RepositoryNotificationEvents
Remarks

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

Synopsis

Fields

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.

Fields

Name Description
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.

Back to top Generated by DocFX