Class CfnRuleGroup.RuleProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnRuleGroup.RuleProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRuleGroup.RuleProperty
An implementation for CfnRuleGroup.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.wafv2.CfnRuleGroup.RuleProperty

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnRuleGroup.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 should take on a web request when it matches the rule statement.
    final Object
    Specifies how AWS WAF should handle CAPTCHA evaluations.
    final Object
    Specifies how AWS WAF should handle Challenge evaluations.
    final String
    The name of the rule.
    final Number
    If you define more than one Rule in a WebACL , AWS WAF evaluates each request against the Rules in order based on the value of Priority .
    final Object
    Labels to apply to web requests that match the rule match statement.
    final Object
    The AWS WAF processing statement for the rule, for example ByteMatchStatement or SizeConstraintStatement .
    final Object
    Defines and enables Amazon CloudWatch metrics and web request sample collection.
    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