rule_groups
Retrieves a list of rule_groups
in a region
Overview
Name | rule_groups |
Type | Resource |
Description | rule_groups |
Id | awscc.networkfirewall.rule_groups |
Fields
Name | Datatype | Description |
---|---|---|
rule_group_arn | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
rule_group_arn
FROM awscc.networkfirewall.rule_groups
WHERE region = 'us-east-1'
Permissions
To operate on the rule_groups
resource, the following permissions are required:
Create
network-firewall:CreateRuleGroup,
network-firewall:DescribeRuleGroup,
network-firewall:TagResource,
network-firewall:ListRuleGroups,
iam:CreateServiceLinkedRole,
ec2:GetManagedPrefixListEntries
List
network-firewall:ListRuleGroups