Interface RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps.Jsii$Proxy
- Enclosing class:
RepositoryEvents.CodeCommitRepositoryStateChange
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.*;
CodeCommitRepositoryStateChangeProps codeCommitRepositoryStateChangeProps = CodeCommitRepositoryStateChangeProps.builder()
.baseCommitId(List.of("baseCommitId"))
.callerUserArn(List.of("callerUserArn"))
.commitId(List.of("commitId"))
.conflictDetailLevel(List.of("conflictDetailLevel"))
.conflictDetailsLevel(List.of("conflictDetailsLevel"))
.conflictResolutionStrategy(List.of("conflictResolutionStrategy"))
.destinationCommitId(List.of("destinationCommitId"))
.event(List.of("event"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.mergeOption(List.of("mergeOption"))
.oldCommitId(List.of("oldCommitId"))
.referenceFullName(List.of("referenceFullName"))
.referenceName(List.of("referenceName"))
.referenceType(List.of("referenceType"))
.repositoryId(List.of("repositoryId"))
.repositoryName(List.of("repositoryName"))
.sourceCommitId(List.of("sourceCommitId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forRepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionstatic RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps.Builderbuilder()(experimental) baseCommitId property.(experimental) callerUserArn property.(experimental) commitId property.(experimental) conflictDetailLevel property.(experimental) conflictDetailsLevel property.(experimental) conflictResolutionStrategy property.(experimental) destinationCommitId property.getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) mergeOption property.(experimental) oldCommitId property.(experimental) referenceFullName property.(experimental) referenceName property.(experimental) referenceType property.(experimental) repositoryId property.(experimental) repositoryName property.(experimental) sourceCommitId property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBaseCommitId
(experimental) baseCommitId property.Specify an array of string values to match this event if the actual value of baseCommitId 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
-
getCommitId
(experimental) commitId property.Specify an array of string values to match this event if the actual value of commitId 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
-
getConflictDetailLevel
(experimental) conflictDetailLevel property.Specify an array of string values to match this event if the actual value of conflictDetailLevel 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
-
getConflictDetailsLevel
(experimental) conflictDetailsLevel property.Specify an array of string values to match this event if the actual value of conflictDetailsLevel 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
-
getConflictResolutionStrategy
(experimental) conflictResolutionStrategy property.Specify an array of string values to match this event if the actual value of conflictResolutionStrategy 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
-
getDestinationCommitId
(experimental) destinationCommitId property.Specify an array of string values to match this event if the actual value of destinationCommitId 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: - -
-
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
-
getOldCommitId
(experimental) oldCommitId property.Specify an array of string values to match this event if the actual value of oldCommitId 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
-
getReferenceFullName
(experimental) referenceFullName property.Specify an array of string values to match this event if the actual value of referenceFullName 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
-
getReferenceName
(experimental) referenceName property.Specify an array of string values to match this event if the actual value of referenceName 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
-
getReferenceType
(experimental) referenceType property.Specify an array of string values to match this event if the actual value of referenceType 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
-
getSourceCommitId
(experimental) sourceCommitId property.Specify an array of string values to match this event if the actual value of sourceCommitId 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.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps.Builder builder()
-