

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::WAFv2::WebACL RateLimitJA4Fingerprint
<a name="aws-properties-wafv2-webacl-ratelimitja4fingerprint"></a>

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.

## Syntax
<a name="aws-properties-wafv2-webacl-ratelimitja4fingerprint-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-wafv2-webacl-ratelimitja4fingerprint-syntax.json"></a>

```
{
  "[FallbackBehavior](#cfn-wafv2-webacl-ratelimitja4fingerprint-fallbackbehavior)" : String
}
```

### YAML
<a name="aws-properties-wafv2-webacl-ratelimitja4fingerprint-syntax.yaml"></a>

```
  [FallbackBehavior](#cfn-wafv2-webacl-ratelimitja4fingerprint-fallbackbehavior): String
```

## Properties
<a name="aws-properties-wafv2-webacl-ratelimitja4fingerprint-properties"></a>

`FallbackBehavior`  <a name="cfn-wafv2-webacl-ratelimitja4fingerprint-fallbackbehavior"></a>
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. Amazon WAF applies the rule action to the request.
+ `NO_MATCH` - Treat the web request as not matching the rule statement.
*Required*: Yes  
*Type*: String  
*Allowed values*: `MATCH | NO_MATCH`  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)