Skip to main content

firewall_policy

Gets an individual firewall_policy resource

Overview

Namefirewall_policy
TypeResource
Descriptionfirewall_policy
Idawscc.networkfirewall.firewall_policy

Fields

NameDatatypeDescription
firewall_policy_namestring
firewall_policy_arnstring
firewall_policyobject
firewall_policy_idstring
descriptionstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
firewall_policy_name,
firewall_policy_arn,
firewall_policy,
firewall_policy_id,
description,
tags
FROM awscc.networkfirewall.firewall_policy
WHERE data__Identifier = '<FirewallPolicyArn>';

Permissions

To operate on the firewall_policy resource, the following permissions are required:

Read

network-firewall:DescribeFirewallPolicy,
network-firewall:ListTagsForResources

Update

network-firewall:UpdateFirewallPolicy,
network-firewall:DescribeFirewallPolicy,
network-firewall:TagResource,
network-firewall:UntagResource,
network-firewall:ListRuleGroups,
network-firewall:ListTLSInspectionConfigurations

Delete

network-firewall:DeleteFirewallPolicy,
network-firewall:DescribeFirewallPolicy,
network-firewall:UntagResource