@Stability(value=Stable) public static final class CfnWebACL.ManagedRuleGroupStatementProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.ManagedRuleGroupStatementProperty>
CfnWebACL.ManagedRuleGroupStatementProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder name(String name)
CfnWebACL.ManagedRuleGroupStatementProperty.getName()name - The name of the managed rule group. This parameter is required.
You use this, along with the vendor name, to identify the rule group.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder vendorName(String vendorName)
CfnWebACL.ManagedRuleGroupStatementProperty.getVendorName()vendorName - The name of the managed rule group vendor. This parameter is required.
You use this, along with the rule group name, to identify the rule group.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder excludedRules(IResolvable excludedRules)
CfnWebACL.ManagedRuleGroupStatementProperty.getExcludedRules()excludedRules - The rules in the referenced rule group whose actions are set to `Count` .
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.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder excludedRules(List<? extends Object> excludedRules)
CfnWebACL.ManagedRuleGroupStatementProperty.getExcludedRules()excludedRules - The rules in the referenced rule group whose actions are set to `Count` .
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.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder managedRuleGroupConfigs(IResolvable managedRuleGroupConfigs)
CfnWebACL.ManagedRuleGroupStatementProperty.getManagedRuleGroupConfigs()managedRuleGroupConfigs - Additional information that's used by a managed rule group. Most managed rule groups don't require this.
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 .
this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder managedRuleGroupConfigs(List<? extends Object> managedRuleGroupConfigs)
CfnWebACL.ManagedRuleGroupStatementProperty.getManagedRuleGroupConfigs()managedRuleGroupConfigs - Additional information that's used by a managed rule group. Most managed rule groups don't require this.
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 .
this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder scopeDownStatement(CfnWebACL.StatementProperty scopeDownStatement)
CfnWebACL.ManagedRuleGroupStatementProperty.getScopeDownStatement()scopeDownStatement - An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group.
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.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder scopeDownStatement(IResolvable scopeDownStatement)
CfnWebACL.ManagedRuleGroupStatementProperty.getScopeDownStatement()scopeDownStatement - An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group.
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.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder version(String version)
CfnWebACL.ManagedRuleGroupStatementProperty.getVersion()version - The version of the managed rule group to use.
If 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.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.ManagedRuleGroupStatementProperty>CfnWebACL.ManagedRuleGroupStatementPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.