Skip to main content

web_ac_ls

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

Overview

Nameweb_ac_ls
TypeResource
Idaws.waf_regional.web_ac_ls

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
next_markerstringIf you have more WebACL objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more WebACL objects, submit another ListWebACLs request, and specify the NextMarker value from the response in the NextMarker value in the next request. (pattern: <code>.\S.</code>)
web_aclsarrayAn array of WebACLSummary objects.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_web_ac_lsselectregionThis is AWS WAF Classic 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 WebACLSummary objects in the response.

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 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 WebACLSummary objects in the response.

SELECT
next_marker,
web_acls
FROM aws.waf_regional.web_ac_ls
WHERE region = '{{ region }}' -- required
;