Interface CfnRuleGroup.RateLimitJA4FingerprintProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.RateLimitJA4FingerprintProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.RateLimitJA4FingerprintProperty
extends software.amazon.jsii.JsiiSerializable
Use the request's JA4 fingerprint derived from the TLS Client Hello of an incoming request as an aggregate key.
If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.wafv2.*;
RateLimitJA4FingerprintProperty rateLimitJA4FingerprintProperty = RateLimitJA4FingerprintProperty.builder()
.fallbackBehavior("fallbackBehavior")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroup.RateLimitJA4FingerprintPropertystatic final classAn implementation forCfnRuleGroup.RateLimitJA4FingerprintProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFallbackBehavior
The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.You can specify the following fallback behaviors:
MATCH- Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.NO_MATCH- Treat the web request as not matching the rule statement.
- See Also:
-
builder
-