Interface RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps.Jsii$Proxy
- Enclosing class:
RepositoryEvents.CodeCommitCommentOnPullRequest
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.codecommit.events.*;
CodeCommitCommentOnPullRequestProps codeCommitCommentOnPullRequestProps = CodeCommitCommentOnPullRequestProps.builder()
.afterCommitId(List.of("afterCommitId"))
.beforeCommitId(List.of("beforeCommitId"))
.callerUserArn(List.of("callerUserArn"))
.commentId(List.of("commentId"))
.event(List.of("event"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.inReplyTo(List.of("inReplyTo"))
.notificationBody(List.of("notificationBody"))
.pullRequestId(List.of("pullRequestId"))
.repositoryId(List.of("repositoryId"))
.repositoryName(List.of("repositoryName"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forRepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) afterCommitId property.(experimental) beforeCommitId property.(experimental) callerUserArn property.(experimental) commentId property.getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) inReplyTo property.(experimental) notificationBody property.(experimental) pullRequestId property.(experimental) repositoryId property.(experimental) repositoryName property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAfterCommitId
(experimental) afterCommitId property.Specify an array of string values to match this event if the actual value of afterCommitId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getBeforeCommitId
(experimental) beforeCommitId property.Specify an array of string values to match this event if the actual value of beforeCommitId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCallerUserArn
(experimental) callerUserArn property.Specify an array of string values to match this event if the actual value of callerUserArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCommentId
(experimental) commentId property.Specify an array of string values to match this event if the actual value of commentId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEvent
(experimental) event property.Specify an array of string values to match this event if the actual value of event is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getInReplyTo
(experimental) inReplyTo property.Specify an array of string values to match this event if the actual value of inReplyTo is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getNotificationBody
(experimental) notificationBody property.Specify an array of string values to match this event if the actual value of notificationBody is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getPullRequestId
(experimental) pullRequestId property.Specify an array of string values to match this event if the actual value of pullRequestId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRepositoryId
(experimental) repositoryId property.Specify an array of string values to match this event if the actual value of repositoryId is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Repository reference
-
getRepositoryName
(experimental) repositoryName property.Specify an array of string values to match this event if the actual value of repositoryName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps.Builder builder()
-