Module: AWSCDK::Codecommit::RepositoryNotificationEvents

Defined in:
codecommit/repository_notification_events.rb

Overview

List of event types for AWS CodeCommit.

Constant Summary collapse

COMMIT_COMMENT =
Deprecated.
Note:

Default:

Trigger notication when comment made on commit.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "COMMIT_COMMENT")
PULL_REQUEST_COMMENT =
Deprecated.
Note:

Default:

Trigger notification when comment made on pull request.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "PULL_REQUEST_COMMENT")
APPROVAL_STATUS_CHANGED =
Deprecated.
Note:

Default:

Trigger notification when approval status changed.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "APPROVAL_STATUS_CHANGED")
APPROVAL_RULE_OVERRIDDEN =
Deprecated.
Note:

Default:

Trigger notifications when approval rule is overridden.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "APPROVAL_RULE_OVERRIDDEN")
PULL_REQUEST_CREATED =
Deprecated.
Note:

Default:

Trigger notification when pull request created.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "PULL_REQUEST_CREATED")
PULL_REQUEST_SOURCE_UPDATED =
Deprecated.
Note:

Default:

Trigger notification when pull request source updated.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "PULL_REQUEST_SOURCE_UPDATED")
PULL_REQUEST_STATUS_CHANGED =
Deprecated.
Note:

Default:

Trigger notification when pull request status is changed.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "PULL_REQUEST_STATUS_CHANGED")
PULL_REQUEST_MERGED =
Deprecated.
Note:

Default:

Trigger notification when pull requset is merged.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "PULL_REQUEST_MERGED")
BRANCH_OR_TAG_CREATED =
Deprecated.
Note:

Default:

Trigger notification when a branch or tag is created.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "BRANCH_OR_TAG_CREATED")
BRANCH_OR_TAG_DELETED =
Deprecated.
Note:

Default:

Trigger notification when a branch or tag is deleted.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "BRANCH_OR_TAG_DELETED")
BRANCH_OR_TAG_UPDATED =
Deprecated.
Note:

Default:

Trigger notification when a branch or tag is updated.

Jsii::Enum.new("aws-cdk-lib.aws_codecommit.RepositoryNotificationEvents", "BRANCH_OR_TAG_UPDATED")