rule_group
Gets an individual rule_group
resource
Overview
Name | rule_group |
Type | Resource |
Description | rule_group |
Id | awscc.wafv2.rule_group |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
capacity | integer | |
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 | |
available_labels | array | Collection of Available Labels. |
consumed_labels | array | Collection of Consumed Labels. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
capacity,
description,
name,
id,
scope,
rules,
visibility_config,
tags,
label_namespace,
custom_response_bodies,
available_labels,
consumed_labels
FROM awscc.wafv2.rule_group
WHERE data__Identifier = '<Name>|<Id>|<Scope>';
Permissions
To operate on the rule_group
resource, the following permissions are required:
Delete
wafv2:DeleteRuleGroup,
wafv2:GetRuleGroup
Read
wafv2:GetRuleGroup,
wafv2:ListTagsForResource
Update
wafv2:UpdateRuleGroup,
wafv2:GetRuleGroup,
wafv2:ListTagsForResource