Interface RepositoryEvents.AWSAPICallViaCloudTrail.Location

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

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

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.*;
 Location location = Location.builder()
         .filePath(List.of("filePath"))
         .filePosition(List.of("filePosition"))
         .relativeFileVersion(List.of("relativeFileVersion"))
         .build();
 
  • Method Details

    • getFilePath

      @Stability(Experimental) @Nullable default List<String> getFilePath()
      (experimental) filePath property.

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

    • getFilePosition

      @Stability(Experimental) @Nullable default List<String> getFilePosition()
      (experimental) filePosition property.

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

    • getRelativeFileVersion

      @Stability(Experimental) @Nullable default List<String> getRelativeFileVersion()
      (experimental) relativeFileVersion property.

      Specify an array of string values to match this event if the actual value of relativeFileVersion 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 RepositoryEvents.AWSAPICallViaCloudTrail.Location.Builder builder()
      Returns:
      a RepositoryEvents.AWSAPICallViaCloudTrail.Location.Builder of RepositoryEvents.AWSAPICallViaCloudTrail.Location