From 09612e993174092aec327686f013e8ee35af4a80 Mon Sep 17 00:00:00 2001
From: AWS PDK Automation Rules in the referenced rule group whose actions are set to Instead of this option, use Additional information that's used by a managed rule group. Many managed rule groups don't require this.
+The rule groups used for intelligent threat mitigation require additional configuration: Action settings to use in the place of the rule actions that are configured inside the rule group. You specify one override for each rule whose action you want to change. You can use overrides for testing, for example you can override all of rule actions to 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 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.Initializer ManagedRule.builder()
.name(java.lang.String)
- .vendor(java.lang.String)
+// .excludedRules(IResolvable)
+// .excludedRules(java.util.List<IResolvable)
+// .excludedRules(ExcludedRuleProperty>)
+// .managedRuleGroupConfigs(IResolvable)
+// .managedRuleGroupConfigs(java.util.List<IResolvable)
+// .managedRuleGroupConfigs(ManagedRuleGroupConfigProperty>)
+// .ruleActionOverrides(IResolvable)
+// .ruleActionOverrides(java.util.List<IResolvable)
+// .ruleActionOverrides(RuleActionOverrideProperty>)
+// .scopeDownStatement(IResolvable)
+// .scopeDownStatement(StatementProperty)
+// .version(java.lang.String)
+// .vendor(java.lang.String)
+// .vendorName(java.lang.String)
.build();
Properties
@@ -25738,10 +25758,40 @@ Properties
The name of the managed rule group.
+
+
+excludedRules
+software.amazon.awscdk.IResolvable OR java.util.List
Rules in the referenced rule group whose actions are set to
+Count
.
+
+
+managedRuleGroupConfigs
+software.amazon.awscdk.IResolvable OR java.util.List
Additional information that's used by a managed rule group.
+
+
+
+ruleActionOverrides
+software.amazon.awscdk.IResolvable OR java.util.List
Action settings to use in the place of the rule actions that are configured inside the rule group.
+
+
+
+scopeDownStatement
+software.amazon.awscdk.IResolvable OR software.amazon.awscdk.services.wafv2.CfnWebACL.StatementProperty
An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group.
+
+
+
+version
+java.lang.String
The version of the managed rule group to use.
+
+vendor
java.lang.String
The name of the managed rule group vendor.
+
+vendorName
+java.lang.String
The name of the managed rule group vendor.
+
@@ -25754,7 +25804,64 @@
+name
Required vendor
Required
+excludedRules
Optional public java.lang.Object getExcludedRules();
+
+
+Count
.
+
+RuleActionOverrides
. It accepts any valid action setting, including Count
.
+
+managedRuleGroupConfigs
Optional public java.lang.Object getManagedRuleGroupConfigs();
+
+
+
+
+AWSManagedRulesACFPRuleSet
configuration object to configure the account creation fraud prevention managed rule group. The configuration includes the registration and sign-up pages of your application and the locations in the account creation request payload of data, such as the user email and phone number fields.AWSManagedRulesATPRuleSet
configuration object to configure the account takeover prevention managed rule group. The configuration includes the sign-in page of your application and the locations in the login request payload of data such as the username and password.AWSManagedRulesBotControlRuleSet
configuration object to configure the protection level that you want the Bot Control rule group to use.
+
+ruleActionOverrides
Optional public java.lang.Object getRuleActionOverrides();
+
+
+Count
and then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You can also permanently override some or all actions, to modify how the rule group manages your web traffic.
+
+scopeDownStatement
Optional public java.lang.Object getScopeDownStatement();
+
+
+Statement
in the scope-down statement, and you can nest statements at any level, the same as you can for a rule statement.
+
+version
Optional public java.lang.String getVersion();
+
+
+
+~~
+vendor
~~Optional
+
vendorName
property instead. This property will be removed in the next major release.public java.lang.String getVendor();
@@ -25763,6 +25870,19 @@
vendor
Required The name of the managed rule group vendor.
You use this, along with the rule group name, to identify the rule group.
vendorName
Optional public java.lang.String getVendorName();
+
The name of the managed rule group vendor.
+You use this, along with the rule group name, to identify a rule group.
+Preferred to the property vendor
+ ++
Structure to contain an API operation's method and path.
useDocker
Optional OpenAPITools/openapi-generator-cli#use-docker-instead-of-running-java-locally
version
Optional version
Optional public java.lang.String getVersion();
contentTypes
Optional
Content types accepted by this operation.
PartialManagedRuleGroupStatementProperty.
+import software.aws.pdk.type_safe_api.PartialManagedRuleGroupStatementProperty;
+
+PartialManagedRuleGroupStatementProperty.builder()
+ .name(java.lang.String)
+// .excludedRules(IResolvable)
+// .excludedRules(java.util.List<IResolvable)
+// .excludedRules(ExcludedRuleProperty>)
+// .managedRuleGroupConfigs(IResolvable)
+// .managedRuleGroupConfigs(java.util.List<IResolvable)
+// .managedRuleGroupConfigs(ManagedRuleGroupConfigProperty>)
+// .ruleActionOverrides(IResolvable)
+// .ruleActionOverrides(java.util.List<IResolvable)
+// .ruleActionOverrides(RuleActionOverrideProperty>)
+// .scopeDownStatement(IResolvable)
+// .scopeDownStatement(StatementProperty)
+// .version(java.lang.String)
+ .build();
+
Name | +Type | +Description | +
---|---|---|
name |
+java.lang.String |
+The name of the managed rule group. | +
excludedRules |
+software.amazon.awscdk.IResolvable OR java.util.List |
+Rules in the referenced rule group whose actions are set to Count . |
+
managedRuleGroupConfigs |
+software.amazon.awscdk.IResolvable OR java.util.List |
+Additional information that's used by a managed rule group. | +
ruleActionOverrides |
+software.amazon.awscdk.IResolvable OR java.util.List |
+Action settings to use in the place of the rule actions that are configured inside the rule group. | +
scopeDownStatement |
+software.amazon.awscdk.IResolvable OR software.amazon.awscdk.services.wafv2.CfnWebACL.StatementProperty |
+An optional nested statement that narrows the scope of the web requests that are evaluated by the managed rule group. | +
version |
+java.lang.String |
+The version of the managed rule group to use. | +
name
Required public java.lang.String getName();
+
The name of the managed rule group.
+You use this, along with the vendor name, to identify the rule group.
+excludedRules
Optional public java.lang.Object getExcludedRules();
+
Rules in the referenced rule group whose actions are set to Count
.
++Instead of this option, use
+RuleActionOverrides
. It accepts any valid action setting, includingCount
.
managedRuleGroupConfigs
Optional public java.lang.Object getManagedRuleGroupConfigs();
+
Additional information that's used by a managed rule group.
+Many managed rule groups don't require this. +The rule groups used for intelligent threat mitigation require additional configuration:
+AWSManagedRulesACFPRuleSet
configuration object to configure the account creation fraud prevention managed rule group. The configuration includes the registration and sign-up pages of your application and the locations in the account creation request payload of data, such as the user email and phone number fields.AWSManagedRulesATPRuleSet
configuration object to configure the account takeover prevention managed rule group. The configuration includes the sign-in page of your application and the locations in the login request payload of data such as the username and password.AWSManagedRulesBotControlRuleSet
configuration object to configure the protection level that you want the Bot Control rule group to use.ruleActionOverrides
Optional public java.lang.Object getRuleActionOverrides();
+
Action settings to use in the place of the rule actions that are configured inside the rule group.
+You specify one override for each rule whose action you want to change.
+You can use overrides for testing, for example you can override all of rule actions to Count
and then monitor the resulting count metrics to understand how the rule group would handle your web traffic. You can also permanently override some or all actions, to modify how the rule group manages your web traffic.
scopeDownStatement
Optional public java.lang.Object getScopeDownStatement();
+
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.
version
Optional public java.lang.String getVersion();
+
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.
+Collections of projects managed by type-safe-api.
-import software.aws.pdk.type_safe_api.ProjectCollections;
ProjectCollections.builder()
@@ -26376,7 +26623,7 @@ Initializer .runtimes(java.util.List<Project>)
.build();