Skip to main content

firewall_tags

Expands all tag keys and values for firewalls in a region

Overview

Namefirewall_tags
TypeResource
DescriptionResource type definition for AWS::NetworkFirewall::Firewall
Idaws.networkfirewall.firewall_tags

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
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all firewalls in a region.

SELECT
region,
firewall_name,
firewall_arn,
firewall_id,
firewall_policy_arn,
vpc_id,
subnet_mappings,
delete_protection,
subnet_change_protection,
firewall_policy_change_protection,
description,
endpoint_ids,
tag_key,
tag_value
FROM aws.networkfirewall.firewall_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the firewall_tags resource, see firewalls