Class CfnWebACL.RuleProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.waf.regional.CfnWebACL.RuleProperty.Jsii$Proxy
All Implemented Interfaces:
CfnWebACL.RuleProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnWebACL.RuleProperty

@Stability(Stable) @Internal public static final class CfnWebACL.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.RuleProperty
An implementation for CfnWebACL.RuleProperty
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.waf.regional.CfnWebACL.RuleProperty

    CfnWebACL.RuleProperty.Builder, CfnWebACL.RuleProperty.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnWebACL.RuleProperty.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    The action that AWS WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
    final Number
    The order in which AWS WAF evaluates the rules in a web ACL.
    final String
    The ID of an AWS WAF Regional rule to associate with a web ACL.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnWebACL.RuleProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnWebACL.RuleProperty.Builder.
  • Method Details

    • getAction

      public final Object getAction()
      Description copied from interface: CfnWebACL.RuleProperty
      The action that AWS WAF takes when a web request matches all conditions in the rule, such as allow, block, or count the request.
      Specified by:
      getAction in interface CfnWebACL.RuleProperty
    • getPriority

      public final Number getPriority()
      Description copied from interface: CfnWebACL.RuleProperty
      The order in which AWS WAF evaluates the rules in a web ACL.

      AWS WAF evaluates rules with a lower value before rules with a higher value. The value must be a unique integer. If you have multiple rules in a web ACL, the priority numbers do not need to be consecutive.

      Specified by:
      getPriority in interface CfnWebACL.RuleProperty
    • getRuleId

      public final String getRuleId()
      Description copied from interface: CfnWebACL.RuleProperty
      The ID of an AWS WAF Regional rule to associate with a web ACL.
      Specified by:
      getRuleId in interface CfnWebACL.RuleProperty
    • $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