Interface RepositoryEvents.AWSAPICallViaCloudTrail.AdditionalEventData

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

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

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.*;
 AdditionalEventData additionalEventData = AdditionalEventData.builder()
         .capabilities(List.of("capabilities"))
         .clone(List.of("clone"))
         .dataTransferred(List.of("dataTransferred"))
         .protocol(List.of("protocol"))
         .repositoryId(List.of("repositoryId"))
         .repositoryName(List.of("repositoryName"))
         .shallow(List.of("shallow"))
         .build();
 
  • Method Details

    • getCapabilities

      @Stability(Experimental) @Nullable default List<String> getCapabilities()
      (experimental) capabilities property.

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

    • getClone

      @Stability(Experimental) @Nullable default List<String> getClone()
      (experimental) clone property.

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

    • getDataTransferred

      @Stability(Experimental) @Nullable default List<String> getDataTransferred()
      (experimental) dataTransferred property.

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

    • getProtocol

      @Stability(Experimental) @Nullable default List<String> getProtocol()
      (experimental) protocol property.

      Specify an array of string values to match this event if the actual value of protocol 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: - Do not filter on this field

    • 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

    • getShallow

      @Stability(Experimental) @Nullable default List<String> getShallow()
      (experimental) shallow property.

      Specify an array of string values to match this event if the actual value of shallow 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.AWSAPICallViaCloudTrail.AdditionalEventData.Builder of RepositoryEvents.AWSAPICallViaCloudTrail.AdditionalEventData