Interface DetectorEvents.GuardDutyFinding.ThreatDetectedByNameItemItem

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

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

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.*;
 ThreatDetectedByNameItemItem threatDetectedByNameItemItem = ThreatDetectedByNameItemItem.builder()
         .fileName(List.of("fileName"))
         .filePath(List.of("filePath"))
         .hash(List.of("hash"))
         .volumeArn(List.of("volumeArn"))
         .build();
 
  • Method Details

    • getFileName

      @Stability(Experimental) @Nullable default List<String> getFileName()
      (experimental) fileName property.

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

    • getFilePath

      @Stability(Experimental) @Nullable default List<String> getFilePath()
      (experimental) filePath property.

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

    • getHash

      @Stability(Experimental) @Nullable default List<String> getHash()
      (experimental) hash property.

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

    • getVolumeArn

      @Stability(Experimental) @Nullable default List<String> getVolumeArn()
      (experimental) volumeArn property.

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