Skip to main content

firewalls_list_only

Lists firewalls in a region or regions, for all properties use firewalls

Overview

Namefirewalls_list_only
TypeResource
DescriptionResource type definition for AWS::NetworkFirewall::Firewall
Idaws.networkfirewall.firewalls_list_only

Fields

NameDatatypeDescription
firewall_namestring
firewall_arnstringA resource ARN.
firewall_idstring
firewall_policy_arnstringA resource ARN.
vpc_idstring
subnet_mappingsarray
delete_protectionboolean
subnet_change_protectionboolean
firewall_policy_change_protectionboolean
descriptionstring
endpoint_idsarray
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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