@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 whose actions are set to `COUNT` by the web ACL, regardless of the action that is configured in the rule.
This effectively excludes the rule from acting on web requests.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder excludedRules(List<? extends Object> excludedRules)
CfnWebACL.ManagedRuleGroupStatementProperty.getExcludedRules()excludedRules - The rules whose actions are set to `COUNT` by the web ACL, regardless of the action that is configured in the rule.
This effectively excludes the rule from acting on web requests.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 - Statement nested inside a managed rule group statement to narrow the scope of the requests that AWS WAF evaluates using the rule group.
Requests 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.this@Stability(value=Stable) public CfnWebACL.ManagedRuleGroupStatementProperty.Builder scopeDownStatement(IResolvable scopeDownStatement)
CfnWebACL.ManagedRuleGroupStatementProperty.getScopeDownStatement()scopeDownStatement - Statement nested inside a managed rule group statement to narrow the scope of the requests that AWS WAF evaluates using the rule group.
Requests 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.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.