Class GuardDutyFinding.KubernetesApiCallAction.Jsii$Proxy

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

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

  • Method Details

    • getParameters

      public final List<String> getParameters()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) parameters property.

      Specify an array of string values to match this event if the actual value of parameters 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:
      getParameters in interface GuardDutyFinding.KubernetesApiCallAction
    • getRemoteIpDetails

      public final GuardDutyFinding.RemoteIpDetails2 getRemoteIpDetails()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) remoteIpDetails property.

      Specify an array of string values to match this event if the actual value of remoteIpDetails 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:
      getRemoteIpDetails in interface GuardDutyFinding.KubernetesApiCallAction
    • getRequestUri

      public final List<String> getRequestUri()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) requestUri property.

      Specify an array of string values to match this event if the actual value of requestUri 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:
      getRequestUri in interface GuardDutyFinding.KubernetesApiCallAction
    • getSourceIPs

      public final List<String> getSourceIPs()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) sourceIPs property.

      Specify an array of string values to match this event if the actual value of sourceIPs 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:
      getSourceIPs in interface GuardDutyFinding.KubernetesApiCallAction
    • getStatusCode

      public final List<String> getStatusCode()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) statusCode property.

      Specify an array of string values to match this event if the actual value of statusCode 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:
      getStatusCode in interface GuardDutyFinding.KubernetesApiCallAction
    • getUserAgent

      public final List<String> getUserAgent()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) userAgent property.

      Specify an array of string values to match this event if the actual value of userAgent 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:
      getUserAgent in interface GuardDutyFinding.KubernetesApiCallAction
    • getVerb

      public final List<String> getVerb()
      Description copied from interface: GuardDutyFinding.KubernetesApiCallAction
      (experimental) verb property.

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