Interface DetectorEvents.GuardDutyFinding.HighestSeverityThreatDetails

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

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

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.*;
 HighestSeverityThreatDetails highestSeverityThreatDetails = HighestSeverityThreatDetails.builder()
         .count(List.of("count"))
         .severity(List.of("severity"))
         .threatName(List.of("threatName"))
         .build();
 
  • Method Details

    • getCount

      @Stability(Experimental) @Nullable default List<String> getCount()
      (experimental) count property.

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

    • getSeverity

      @Stability(Experimental) @Nullable default List<String> getSeverity()
      (experimental) severity property.

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

    • getThreatName

      @Stability(Experimental) @Nullable default List<String> getThreatName()
      (experimental) threatName property.

      Specify an array of string values to match this event if the actual value of threatName 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 DetectorEvents.GuardDutyFinding.HighestSeverityThreatDetails.Builder of DetectorEvents.GuardDutyFinding.HighestSeverityThreatDetails