Class GuardDutyFinding.ThreatDetectedByName.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.guardduty.events.GuardDutyFinding.ThreatDetectedByName.Jsii$Proxy
All Implemented Interfaces:
GuardDutyFinding.ThreatDetectedByName, software.amazon.jsii.JsiiSerializable
Enclosing interface:
GuardDutyFinding.ThreatDetectedByName

@Stability(Experimental) @Internal public static final class GuardDutyFinding.ThreatDetectedByName.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GuardDutyFinding.ThreatDetectedByName
  • Constructor Details

  • Method Details

    • getItemCount

      public final List<String> getItemCount()
      Description copied from interface: GuardDutyFinding.ThreatDetectedByName
      (experimental) itemCount property.

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

      Specified by:
      getItemCount in interface GuardDutyFinding.ThreatDetectedByName
    • getShortened

      public final List<String> getShortened()
      Description copied from interface: GuardDutyFinding.ThreatDetectedByName
      (experimental) shortened property.

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

      Specified by:
      getShortened in interface GuardDutyFinding.ThreatDetectedByName
    • getThreatNames

      public final List<GuardDutyFinding.ThreatDetectedByNameItem> getThreatNames()
      Description copied from interface: GuardDutyFinding.ThreatDetectedByName
      (experimental) threatNames property.

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

      Specified by:
      getThreatNames in interface GuardDutyFinding.ThreatDetectedByName
    • getUniqueThreatNameCount

      public final List<String> getUniqueThreatNameCount()
      Description copied from interface: GuardDutyFinding.ThreatDetectedByName
      (experimental) uniqueThreatNameCount property.

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

      Specified by:
      getUniqueThreatNameCount in interface GuardDutyFinding.ThreatDetectedByName
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object