Interface DetectorEvents.GuardDutyFinding.EbsVolumeScanDetails

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

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

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.*;
 EbsVolumeScanDetails ebsVolumeScanDetails = EbsVolumeScanDetails.builder()
         .scanCompletedAt(List.of("scanCompletedAt"))
         .scanDetections(ScanDetections.builder()
                 .highestSeverityThreatDetails(HighestSeverityThreatDetails.builder()
                         .count(List.of("count"))
                         .severity(List.of("severity"))
                         .threatName(List.of("threatName"))
                         .build())
                 .scannedItemCount(ScannedItemCount.builder()
                         .files(List.of("files"))
                         .totalGb(List.of("totalGb"))
                         .volumes(List.of("volumes"))
                         .build())
                 .threatDetectedByName(ThreatDetectedByName.builder()
                         .itemCount(List.of("itemCount"))
                         .shortened(List.of("shortened"))
                         .threatNames(List.of(ThreatDetectedByNameItem.builder()
                                 .filePaths(List.of(ThreatDetectedByNameItemItem.builder()
                                         .fileName(List.of("fileName"))
                                         .filePath(List.of("filePath"))
                                         .hash(List.of("hash"))
                                         .volumeArn(List.of("volumeArn"))
                                         .build()))
                                 .itemCount(List.of("itemCount"))
                                 .name(List.of("name"))
                                 .severity(List.of("severity"))
                                 .build()))
                         .uniqueThreatNameCount(List.of("uniqueThreatNameCount"))
                         .build())
                 .threatsDetectedItemCount(ThreatsDetectedItemCount.builder()
                         .files(List.of("files"))
                         .build())
                 .build())
         .scanId(List.of("scanId"))
         .scanStartedAt(List.of("scanStartedAt"))
         .sources(List.of("sources"))
         .triggerFindingId(List.of("triggerFindingId"))
         .build();
 
  • Method Details

    • getScanCompletedAt

      @Stability(Experimental) @Nullable default List<String> getScanCompletedAt()
      (experimental) scanCompletedAt property.

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

    • getScanDetections

      @Stability(Experimental) @Nullable default DetectorEvents.GuardDutyFinding.ScanDetections getScanDetections()
      (experimental) scanDetections property.

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

    • getScanId

      @Stability(Experimental) @Nullable default List<String> getScanId()
      (experimental) scanId property.

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

    • getScanStartedAt

      @Stability(Experimental) @Nullable default List<String> getScanStartedAt()
      (experimental) scanStartedAt property.

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

    • getSources

      @Stability(Experimental) @Nullable default List<String> getSources()
      (experimental) sources property.

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

    • getTriggerFindingId

      @Stability(Experimental) @Nullable default List<String> getTriggerFindingId()
      (experimental) triggerFindingId property.

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