Class WebApplicationFirewallScrubbingRulesResponse


  • public final class WebApplicationFirewallScrubbingRulesResponse
    extends java.lang.Object
    • Method Detail

      • matchVariable

        public java.lang.String matchVariable()
        Returns:
        The variable to be scrubbed from the logs.
      • selector

        public java.util.Optional<java.lang.String> selector()
        Returns:
        When matchVariable is a collection, operator used to specify which elements in the collection this rule applies to.
      • selectorMatchOperator

        public java.lang.String selectorMatchOperator()
        Returns:
        When matchVariable is a collection, operate on the selector to specify which elements in the collection this rule applies to.
      • state

        public java.util.Optional<java.lang.String> state()
        Returns:
        Defines the state of log scrubbing rule. Default value is Enabled.