resources_for_web_acls
Creates, updates, deletes, gets or lists a resources_for_web_acls resource.
Overview
| Name | resources_for_web_acls |
| Type | Resource |
| Id | aws.waf_regional.resources_for_web_acls |
Fields
The following fields are returned by SELECT queries:
- list_resources_for_web_acl
| Name | Datatype | Description |
|---|---|---|
resource_arn | string | An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_resources_for_web_acl | select | region | This is AWS WAF Classic Regional documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use. Returns an array of resources associated with the specified web ACL. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_resources_for_web_acl
This is AWS WAF Classic Regional documentation. For more information, see AWS WAF Classic in the developer guide. For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use. Returns an array of resources associated with the specified web ACL.
SELECT
resource_arn
FROM aws.waf_regional.resources_for_web_acls
WHERE region = '{{ region }}' -- required
;