web_acl_tags
Expands all tag keys and values for web_acls
in a region
Overview
Name | web_acl_tags |
Type | Resource |
Description | Contains the Rules that identify the requests that you want to allow, block, or count. In a WebACL, you also specify a default action (ALLOW or BLOCK), and the action for each Rule that you add to a WebACL, for example, block requests from specified IP addresses or block requests from specified referrers. You also associate the WebACL with a CloudFront distribution to identify the requests that you want AWS WAF to filter. If you add more than one Rule to a WebACL, a request needs to match only one of the specifications to be allowed, blocked, or counted. |
Id | aws.wafv2.web_acl_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
capacity | integer | |
default_action | object | Default Action WebACL will take against ingress traffic when there is no matching Rule. |
description | string | Description of the entity. |
name | string | Name of the WebACL. |
id | string | Id of the WebACL |
scope | string | Use CLOUDFRONT for CloudFront WebACL, use REGIONAL for Application Load Balancer and API Gateway. |
rules | array | Collection of Rules. |
visibility_config | object | Visibility Metric of the WebACL. |
label_namespace | string | Name of the Label. |
custom_response_bodies | object | Custom response key and body map. |
captcha_config | object | |
challenge_config | object | |
token_domains | array | List of domains to accept in web request tokens, in addition to the domain of the protected resource. |
association_config | object | AssociationConfig for body inspection |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all web_acls
in a region.
SELECT
region,
arn,
capacity,
default_action,
description,
name,
id,
scope,
rules,
visibility_config,
label_namespace,
custom_response_bodies,
captcha_config,
challenge_config,
token_domains,
association_config,
tag_key,
tag_value
FROM aws.wafv2.web_acl_tags
;
Permissions
For permissions required to operate on the web_acl_tags
resource, see web_acls