firewalls_list_only
Lists firewalls
in a region or regions, for all properties use firewalls
Overview
Name | firewalls_list_only |
Type | Resource |
Description | Resource type definition for AWS::NetworkFirewall::Firewall |
Id | aws.networkfirewall.firewalls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
firewall_name | string | |
firewall_arn | string | A resource ARN. |
firewall_id | string | |
firewall_policy_arn | string | A resource ARN. |
vpc_id | string | |
subnet_mappings | array | |
delete_protection | boolean | |
subnet_change_protection | boolean | |
firewall_policy_change_protection | boolean | |
description | string | |
endpoint_ids | array | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all firewalls
in a region.
SELECT
region,
firewall_arn
FROM aws.networkfirewall.firewalls_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the firewalls_list_only
resource, see firewalls