Interface DetectorEvents.GuardDutyFinding.AdditionalInfoItem

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

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

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.*;
 AdditionalInfoItem additionalInfoItem = AdditionalInfoItem.builder()
         .count(List.of("count"))
         .firstSeen(List.of("firstSeen"))
         .lastSeen(List.of("lastSeen"))
         .name(List.of("name"))
         .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

    • getFirstSeen

      @Stability(Experimental) @Nullable default List<String> getFirstSeen()
      (experimental) firstSeen property.

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

    • getLastSeen

      @Stability(Experimental) @Nullable default List<String> getLastSeen()
      (experimental) lastSeen property.

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

    • getName

      @Stability(Experimental) @Nullable default List<String> getName()
      (experimental) name property.

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