Skip to main content

resources_for_web_acls

Creates, updates, deletes, gets or lists a resources_for_web_acls resource.

Overview

Nameresources_for_web_acls
TypeResource
Idaws.waf_regional.resources_for_web_acls

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
resource_arnstringAn 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:

NameAccessible byRequired ParamsOptional ParamsDescription
list_resources_for_web_aclselectregionThis 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;