Interface AWSAPICallViaCloudTrail.MergeMetadata

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.MergeMetadata.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.MergeMetadata extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for MergeMetadata.

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.*;
 MergeMetadata mergeMetadata = MergeMetadata.builder()
         .isMerged(List.of("isMerged"))
         .mergeCommitId(List.of("mergeCommitId"))
         .mergedBy(List.of("mergedBy"))
         .mergeOption(List.of("mergeOption"))
         .build();
 
  • Method Details

    • getIsMerged

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

      Default: - Do not filter on this field

    • getMergeCommitId

      @Stability(Experimental) @Nullable default List<String> getMergeCommitId()
      (experimental) mergeCommitId property.

      Specify an array of string values to match this event if the actual value of mergeCommitId 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

    • getMergedBy

      @Stability(Experimental) @Nullable default List<String> getMergedBy()
      (experimental) mergedBy property.

      Specify an array of string values to match this event if the actual value of mergedBy 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

    • 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

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.MergeMetadata.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.MergeMetadata.Builder of AWSAPICallViaCloudTrail.MergeMetadata