Class CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
An implementation for
CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Builder, CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configures the request handling that's applied by the managed rule group rulesChallengeAllDuringEvent
andChallengeDDoSRequests
during a distributed denial of service (DDoS) attack.final String
The sensitivity that the rule group ruleDDoSRequests
uses when matching against the DDoS suspicion labeling on a request.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty.Builder
.
-
-
Method Details
-
getClientSideActionConfig
Description copied from interface:CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
Configures the request handling that's applied by the managed rule group rulesChallengeAllDuringEvent
andChallengeDDoSRequests
during a distributed denial of service (DDoS) attack.- Specified by:
getClientSideActionConfig
in interfaceCfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
- See Also:
-
getSensitivityToBlock
Description copied from interface:CfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
The sensitivity that the rule group ruleDDoSRequests
uses when matching against the DDoS suspicion labeling on a request.The managed rule group adds the labeling during DDoS events, before the
DDoSRequests
rule runs.The higher the sensitivity, the more levels of labeling that the rule matches:
- Low sensitivity is less sensitive, causing the rule to match only on the most likely participants in an attack, which are the requests with the high suspicion label
awswaf:managed:aws:anti-ddos:high-suspicion-ddos-request
. - Medium sensitivity causes the rule to match on the medium and high suspicion labels.
- High sensitivity causes the rule to match on all of the suspicion labels: low, medium, and high.
Default:
LOW
- Specified by:
getSensitivityToBlock
in interfaceCfnWebACL.AWSManagedRulesAntiDDoSRuleSetProperty
- See Also:
- Low sensitivity is less sensitive, causing the rule to match only on the most likely participants in an attack, which are the requests with the high suspicion label
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-