Interface CodeCommitPullRequestStateChange.CodeCommitPullRequestStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CodeCommitPullRequestStateChange.CodeCommitPullRequestStateChangeProps.Jsii$Proxy
- Enclosing class:
CodeCommitPullRequestStateChange
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.*;
CodeCommitPullRequestStateChangeProps codeCommitPullRequestStateChangeProps = CodeCommitPullRequestStateChangeProps.builder()
.approvalStatus(List.of("approvalStatus"))
.author(List.of("author"))
.callerUserArn(List.of("callerUserArn"))
.creationDate(List.of("creationDate"))
.description(List.of("description"))
.destinationCommit(List.of("destinationCommit"))
.destinationReference(List.of("destinationReference"))
.event(List.of("event"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.isMerged(List.of("isMerged"))
.lastModifiedDate(List.of("lastModifiedDate"))
.mergeOption(List.of("mergeOption"))
.notificationBody(List.of("notificationBody"))
.overrideStatus(List.of("overrideStatus"))
.pullRequestId(List.of("pullRequestId"))
.pullRequestStatus(List.of("pullRequestStatus"))
.repositoryNames(List.of("repositoryNames"))
.revisionId(List.of("revisionId"))
.sourceCommit(List.of("sourceCommit"))
.sourceReference(List.of("sourceReference"))
.title(List.of("title"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCodeCommitPullRequestStateChange.CodeCommitPullRequestStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) approvalStatus property.(experimental) author property.(experimental) callerUserArn property.(experimental) creationDate property.(experimental) description property.(experimental) destinationCommit property.(experimental) destinationReference property.getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) isMerged property.(experimental) lastModifiedDate property.(experimental) mergeOption property.(experimental) notificationBody property.(experimental) overrideStatus property.(experimental) pullRequestId property.(experimental) pullRequestStatus property.(experimental) repositoryNames property.(experimental) revisionId property.(experimental) sourceCommit property.(experimental) sourceReference property.getTitle()(experimental) title property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApprovalStatus
(experimental) approvalStatus property.Specify an array of string values to match this event if the actual value of approvalStatus 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
-
getAuthor
(experimental) author property.Specify an array of string values to match this event if the actual value of author 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
-
getCreationDate
(experimental) creationDate property.Specify an array of string values to match this event if the actual value of creationDate 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
-
getDescription
(experimental) description property.Specify an array of string values to match this event if the actual value of description 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
-
getDestinationCommit
(experimental) destinationCommit property.Specify an array of string values to match this event if the actual value of destinationCommit 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
-
getDestinationReference
(experimental) destinationReference property.Specify an array of string values to match this event if the actual value of destinationReference 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: - -
-
getIsMerged
(experimental) isMerged property.Specify an array of string values to match this event if the actual value of isMerged 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
-
getLastModifiedDate
(experimental) lastModifiedDate property.Specify an array of string values to match this event if the actual value of lastModifiedDate 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
-
getMergeOption
(experimental) mergeOption property.Specify an array of string values to match this event if the actual value of mergeOption 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
-
getOverrideStatus
(experimental) overrideStatus property.Specify an array of string values to match this event if the actual value of overrideStatus 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
-
getPullRequestStatus
(experimental) pullRequestStatus property.Specify an array of string values to match this event if the actual value of pullRequestStatus 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
-
getRepositoryNames
(experimental) repositoryNames property.Specify an array of string values to match this event if the actual value of repositoryNames 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
-
getRevisionId
(experimental) revisionId property.Specify an array of string values to match this event if the actual value of revisionId 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
-
getSourceCommit
(experimental) sourceCommit property.Specify an array of string values to match this event if the actual value of sourceCommit 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
-
getSourceReference
(experimental) sourceReference property.Specify an array of string values to match this event if the actual value of sourceReference 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
-
getTitle
(experimental) title property.Specify an array of string values to match this event if the actual value of title 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 CodeCommitPullRequestStateChange.CodeCommitPullRequestStateChangeProps.Builder builder()
-