Interface RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps

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

@Stability(Experimental) public static interface RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for Repository aws.codecommit@CodeCommitRepositoryStateChange 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.*;
 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();
 
  • Method Details

    • getBaseCommitId

      @Stability(Experimental) @Nullable default List<String> 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.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

    • getCommitId

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

      Default: - Do not filter on this field

    • getConflictDetailLevel

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

      Default: - Do not filter on this field

    • getConflictDetailsLevel

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

      Default: - Do not filter on this field

    • getConflictResolutionStrategy

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

      Default: - Do not filter on this field

    • getDestinationCommitId

      @Stability(Experimental) @Nullable default List<String> 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.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: - -

    • getMergeOption

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

      Default: - Do not filter on this field

    • getOldCommitId

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

      Default: - Do not filter on this field

    • getReferenceFullName

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

      Default: - Do not filter on this field

    • getReferenceName

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

      Default: - Do not filter on this field

    • getReferenceType

      @Stability(Experimental) @Nullable default List<String> 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.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

    • getSourceCommitId

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

      Default: - Do not filter on this field

    • builder

      Returns:
      a RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps.Builder of RepositoryEvents.CodeCommitRepositoryStateChange.CodeCommitRepositoryStateChangeProps