Interface DetectorEvents.GuardDutyFinding.ScannedItemCount
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DetectorEvents.GuardDutyFinding.ScannedItemCount.Jsii$Proxy
- Enclosing class:
DetectorEvents.GuardDutyFinding
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDetectorEvents.GuardDutyFinding.ScannedItemCountstatic final classAn implementation forDetectorEvents.GuardDutyFinding.ScannedItemCount -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-