@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 whose actions are set to `COUNT` by the web ACL, regardless of the action that is configured in the rule.
|
Object |
getManagedRuleGroupConfigs()
Additional information that's used by a managed rule group.
|
String |
getName()
The name of the managed rule group.
|
Object |
getScopeDownStatement()
Statement nested inside a managed rule group statement to narrow the scope of the requests that AWS WAF evaluates using the 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.ManagedRuleGroupStatementPropertyThis effectively excludes the rule from acting on web requests.
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.ManagedRuleGroupStatementPropertyRequests that match the scope-down statement are evaluated using the rule group. Requests that don't match the scope-down statement are not a match for the managed rule group statement, without any further evaluation.
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.