@Stability(value=Stable) @Internal public static final class CfnWebACL.ManagedRuleGroupStatementProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.ManagedRuleGroupStatementProperty
CfnWebACL.ManagedRuleGroupStatementPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnWebACL.ManagedRuleGroupStatementProperty.Builder, CfnWebACL.ManagedRuleGroupStatementProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnWebACL.ManagedRuleGroupStatementProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnWebACL.AllowActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getExcludedRules()
The rules in the referenced rule group whose actions are set to `Count` .
|
Object |
getManagedRuleGroupConfigs()
Additional information that's used by a managed rule group.
|
String |
getName()
The name of the managed rule group.
|
Object |
getScopeDownStatement()
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group.
|
String |
getVendorName()
The name of the managed rule group vendor.
|
String |
getVersion()
The version of the managed rule group to use.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnWebACL.ManagedRuleGroupStatementProperty.Builder builder)
CfnWebACL.AllowActionProperty.Builder.public final String getName()
CfnWebACL.ManagedRuleGroupStatementPropertyYou use this, along with the vendor name, to identify the rule group.
getName in interface CfnWebACL.ManagedRuleGroupStatementPropertypublic final String getVendorName()
CfnWebACL.ManagedRuleGroupStatementPropertyYou use this, along with the rule group name, to identify the rule group.
getVendorName in interface CfnWebACL.ManagedRuleGroupStatementPropertypublic final Object getExcludedRules()
CfnWebACL.ManagedRuleGroupStatementProperty
When you exclude a rule, AWS WAF evaluates it exactly as it would if the rule action setting were Count . This is a useful option for testing the rules in a rule group without modifying how they handle your web traffic.
getExcludedRules in interface CfnWebACL.ManagedRuleGroupStatementPropertypublic final Object getManagedRuleGroupConfigs()
CfnWebACL.ManagedRuleGroupStatementProperty
Use this for the account takeover prevention managed rule group AWSManagedRulesATPRuleSet , to provide information about the sign-in page of your application.
You can provide multiple individual ManagedRuleGroupConfig objects for any rule group configuration, for example UsernameField and PasswordField . The configuration that you provide depends on the needs of the managed rule group. For the ATP managed rule group, you provide the following individual configuration objects: LoginPath , PasswordField , PayloadType and UsernameField .
getManagedRuleGroupConfigs in interface CfnWebACL.ManagedRuleGroupStatementPropertypublic final Object getScopeDownStatement()
CfnWebACL.ManagedRuleGroupStatementProperty
Requests are only evaluated by the rule group if they match the scope-down statement. You can use any nestable Statement in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.
getScopeDownStatement in interface CfnWebACL.ManagedRuleGroupStatementPropertypublic final String getVersion()
CfnWebACL.ManagedRuleGroupStatementPropertyIf you specify this, the version setting is fixed until you change it. If you don't specify this, AWS WAF uses the vendor's default version, and then keeps the version at the vendor's default when the vendor updates the managed rule group settings.
getVersion in interface CfnWebACL.ManagedRuleGroupStatementProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.