Class DetectorEvents.GuardDutyFinding.UserAgent.Jsii$Proxy

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

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

  • Method Details

    • getFullUserAgent

      public final List<String> getFullUserAgent()
      Description copied from interface: DetectorEvents.GuardDutyFinding.UserAgent
      (experimental) fullUserAgent property.

      Specify an array of string values to match this event if the actual value of fullUserAgent 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:
      getFullUserAgent in interface DetectorEvents.GuardDutyFinding.UserAgent
    • getUserAgentCategory

      public final List<String> getUserAgentCategory()
      Description copied from interface: DetectorEvents.GuardDutyFinding.UserAgent
      (experimental) userAgentCategory property.

      Specify an array of string values to match this event if the actual value of userAgentCategory 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:
      getUserAgentCategory in interface DetectorEvents.GuardDutyFinding.UserAgent
    • $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