Interface DetectorEvents.GuardDutyFinding.ScannedItemCount

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.ScannedItemCount.Jsii$Proxy
Enclosing class:
DetectorEvents.GuardDutyFinding

@Stability(Experimental) public static interface DetectorEvents.GuardDutyFinding.ScannedItemCount extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for ScannedItemCount.

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.guardduty.events.*;
 ScannedItemCount scannedItemCount = ScannedItemCount.builder()
         .files(List.of("files"))
         .totalGb(List.of("totalGb"))
         .volumes(List.of("volumes"))
         .build();
 
  • Method Details

    • getFiles

      @Stability(Experimental) @Nullable default List<String> getFiles()
      (experimental) files property.

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

    • getTotalGb

      @Stability(Experimental) @Nullable default List<String> getTotalGb()
      (experimental) totalGb property.

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

    • getVolumes

      @Stability(Experimental) @Nullable default List<String> getVolumes()
      (experimental) volumes property.

      Specify an array of string values to match this event if the actual value of volumes 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 DetectorEvents.GuardDutyFinding.ScannedItemCount.Builder builder()
      Returns:
      a DetectorEvents.GuardDutyFinding.ScannedItemCount.Builder of DetectorEvents.GuardDutyFinding.ScannedItemCount