Class: Aws::WAFV2::Types::ClientSideActionConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::ClientSideActionConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
This is part of the configuration for the managed rules ‘AWSManagedRulesAntiDDoSRuleSet` in `ManagedRuleGroupConfig`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#challenge ⇒ Types::ClientSideAction
Configuration for the use of the ‘AWSManagedRulesAntiDDoSRuleSet` rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests`.
Instance Attribute Details
#challenge ⇒ Types::ClientSideAction
Configuration for the use of the ‘AWSManagedRulesAntiDDoSRuleSet` rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests`.
<note markdown=“1”> This setting isn’t related to the configuration of the ‘Challenge` action itself. It only configures the use of the two anti-DDoS rules named here.
</note>
You can enable or disable the use of these rules, and you can configure how to use them when they are enabled.
1200 1201 1202 1203 1204 |
# File 'lib/aws-sdk-wafv2/types.rb', line 1200 class ClientSideActionConfig < Struct.new( :challenge) SENSITIVE = [] include Aws::Structure end |