firewall_tags
Expands all tag keys and values for firewalls
in a region
Overview
Name | firewall_tags |
Type | Resource |
Description | Resource type definition for AWS::NetworkFirewall::Firewall |
Id | aws.networkfirewall.firewall_tags |
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 | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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