web_acl
Gets an individual web_acl
resource
Overview
Name | web_acl |
Type | Resource |
Description | web_acl |
Id | awscc.wafv2.web_acl |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
capacity | integer | |
default_action | object | |
description | string | |
name | string | |
id | string | |
scope | string | |
rules | array | Collection of Rules. |
visibility_config | object | |
tags | array | |
label_namespace | string | |
custom_response_bodies | object | |
captcha_config | object | |
challenge_config | object | |
token_domains | array | |
association_config | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
capacity,
default_action,
description,
name,
id,
scope,
rules,
visibility_config,
tags,
label_namespace,
custom_response_bodies,
captcha_config,
challenge_config,
token_domains,
association_config
FROM awscc.wafv2.web_acl
WHERE data__Identifier = '<Name>|<Id>|<Scope>';
Permissions
To operate on the web_acl
resource, the following permissions are required:
Delete
wafv2:DeleteWebACL,
wafv2:GetWebACL
Read
wafv2:GetWebACL,
wafv2:ListTagsForResource
Update
wafv2:UpdateWebACL,
wafv2:GetWebACL,
wafv2:ListTagsForResource