Class: Aws::WAFV2::Types::ManagedRuleGroupConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::ManagedRuleGroupConfig
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
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:
Use the
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.Use the
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.Use the
AWSManagedRulesBotControlRuleSet
configuration object to configure the protection level that you want the Bot Control rule group to use.
For example specifications, see the examples section of CreateWebACL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_managed_rules_acfp_rule_set ⇒ Types::AWSManagedRulesACFPRuleSet
Additional configuration for using the account creation fraud prevention (ACFP) managed rule group,
AWSManagedRulesACFPRuleSet
. -
#aws_managed_rules_atp_rule_set ⇒ Types::AWSManagedRulesATPRuleSet
Additional configuration for using the account takeover prevention (ATP) managed rule group,
AWSManagedRulesATPRuleSet
. -
#aws_managed_rules_bot_control_rule_set ⇒ Types::AWSManagedRulesBotControlRuleSet
Additional configuration for using the Bot Control managed rule group.
-
#login_path ⇒ String
Instead of this setting, provide your configuration under AWSManagedRulesATPRuleSet
. -
#password_field ⇒ Types::PasswordField
Instead of this setting, provide your configuration under the request inspection configuration for AWSManagedRulesATPRuleSet
orAWSManagedRulesACFPRuleSet
. -
#payload_type ⇒ String
Instead of this setting, provide your configuration under the request inspection configuration for AWSManagedRulesATPRuleSet
orAWSManagedRulesACFPRuleSet
. -
#username_field ⇒ Types::UsernameField
Instead of this setting, provide your configuration under the request inspection configuration for AWSManagedRulesATPRuleSet
orAWSManagedRulesACFPRuleSet
.
Instance Attribute Details
#aws_managed_rules_acfp_rule_set ⇒ Types::AWSManagedRulesACFPRuleSet
Additional configuration for using the account creation fraud
prevention (ACFP) managed rule group, AWSManagedRulesACFPRuleSet
.
Use this to provide account creation request information to the rule
group. For web ACLs that protect CloudFront distributions, use this
to also provide the information about how your distribution responds
to account creation requests.
For information about using the ACFP managed rule group, see WAF Fraud Control account creation fraud prevention (ACFP) rule group and WAF Fraud Control account creation fraud prevention (ACFP) in the WAF Developer Guide.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |
#aws_managed_rules_atp_rule_set ⇒ Types::AWSManagedRulesATPRuleSet
Additional configuration for using the account takeover prevention
(ATP) managed rule group, AWSManagedRulesATPRuleSet
. Use this to
provide login request information to the rule group. For web ACLs
that protect CloudFront distributions, use this to also provide the
information about how your distribution responds to login requests.
This configuration replaces the individual configuration fields in
ManagedRuleGroupConfig
and provides additional feature
configuration.
For information about using the ATP managed rule group, see WAF Fraud Control account takeover prevention (ATP) rule group and WAF Fraud Control account takeover prevention (ATP) in the WAF Developer Guide.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |
#aws_managed_rules_bot_control_rule_set ⇒ Types::AWSManagedRulesBotControlRuleSet
Additional configuration for using the Bot Control managed rule group. Use this to specify the inspection level that you want to use. For information about using the Bot Control managed rule group, see WAF Bot Control rule group and WAF Bot Control in the WAF Developer Guide.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |
#login_path ⇒ String
AWSManagedRulesATPRuleSet
.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |
#password_field ⇒ Types::PasswordField
AWSManagedRulesATPRuleSet
or
AWSManagedRulesACFPRuleSet
.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |
#payload_type ⇒ String
AWSManagedRulesATPRuleSet
or
AWSManagedRulesACFPRuleSet
.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |
#username_field ⇒ Types::UsernameField
AWSManagedRulesATPRuleSet
or
AWSManagedRulesACFPRuleSet
.
5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 5549 class ManagedRuleGroupConfig < Struct.new( :login_path, :payload_type, :username_field, :password_field, :aws_managed_rules_bot_control_rule_set, :aws_managed_rules_atp_rule_set, :aws_managed_rules_acfp_rule_set) SENSITIVE = [] include Aws::Structure end |