---
title: Web Application Firewall V2 ACL
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Web Application Firewall V2 ACL
---

# Web Application Firewall V2 ACL

This table represents the Web Application Firewall V2 ACL resource from Amazon Web Services.

```
aws.wafv2_acl
```

## Fields

| Title                       | ID   | Type          | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | Description |
| --------------------------- | ---- | ------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                        | core | string        |
| account_id                  | core | string        |
| application_integration_url | core | string        | The URL to use in SDK integrations with Amazon Web Services managed rule groups. For example, you can use the integration SDKs with the account takeover prevention managed rule group <code>AWSManagedRulesATPRuleSet</code> and the account creation fraud prevention managed rule group <code>AWSManagedRulesACFPRuleSet</code>. This is only populated if you are using a rule group in your web ACL that integrates with your applications in this way. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-application-integration.html">WAF client application integration</a> in the <i>WAF Developer Guide</i>. |
| arn                         | core | string        | The Amazon Resource Name (ARN) of the entity.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| description                 | core | string        | A description of the web ACL that helps with identification.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| id                          | core | string        | The unique identifier for the web ACL. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| lock_token                  | core | string        | A token used for optimistic locking. WAF returns a token to your <code>get</code> and <code>list</code> requests, to mark the state of the entity at the time of the request. To make changes to the entity associated with the token, you provide the token to operations like <code>update</code> and <code>delete</code>. WAF uses the token to ensure that no changes have been made to the entity since you last retrieved it. If a change has been made, the update fails with a <code>WAFOptimisticLockException</code>. If this happens, perform another <code>get</code>, and use the new token returned by that operation.                              |
| logging_configuration       | core | json          | The <a>LoggingConfiguration</a> for the specified web ACL.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| name                        | core | string        | The name of the web ACL. You cannot change the name of a web ACL after you create it.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| resource_arns               | core | array<string> | The array of Amazon Resource Names (ARNs) of the associated resources.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| tags                        | core | hstore_csv    |
| web_acl                     | core | json          | The web ACL specification. You can modify the settings in this web ACL and use it to update this web ACL or create a new one.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
