Interface RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps.Jsii$Proxy
Enclosing class:
RepositoryEvents.CodeCommitCommentOnPullRequest

@Stability(Experimental) public static interface RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Repository aws.codecommit@CodeCommitCommentOnPullRequest event.

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();
 
  • Method Details

    • getAfterCommitId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getBeforeCommitId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCallerUserArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCommentId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEvent

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getInReplyTo

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getNotificationBody

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPullRequestId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRepositoryId

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Filter with the Repository reference

    • getRepositoryName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps.Builder of RepositoryEvents.CodeCommitCommentOnPullRequest.CodeCommitCommentOnPullRequestProps