Class GuardDutyFinding.KubernetesUserDetails.Jsii$Proxy

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

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

  • Method Details

    • getGroups

      public final List<String> getGroups()
      Description copied from interface: GuardDutyFinding.KubernetesUserDetails
      (experimental) groups property.

      Specify an array of string values to match this event if the actual value of groups 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:
      getGroups in interface GuardDutyFinding.KubernetesUserDetails
    • getUid

      public final List<String> getUid()
      Description copied from interface: GuardDutyFinding.KubernetesUserDetails
      (experimental) uid property.

      Specify an array of string values to match this event if the actual value of uid 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:
      getUid in interface GuardDutyFinding.KubernetesUserDetails
    • getUsername

      public final List<String> getUsername()
      Description copied from interface: GuardDutyFinding.KubernetesUserDetails
      (experimental) username property.

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