AWS::NetworkFirewall::FirewallPolicyUse the firewall policy to define the stateless and stateful network traffic filtering behavior for your firewall. You can use one firewall policy for multiple firewalls.
import { CfnFirewallPolicy } from 'aws-cdk-lib/aws-networkfirewall';Or use the module namespace:
import * as networkfirewall from 'aws-cdk-lib/aws-networkfirewall';
// networkfirewall.CfnFirewallPolicyConfiguration passed to the constructor as CfnFirewallPolicyProps.
firewallPolicyRequiredIResolvable | FirewallPolicyPropertyThe traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.
firewallPolicyNameRequiredstringThe descriptive name of the firewall policy. You can't change the name of a firewall policy after you create it.
descriptionOptionalstringA description of the firewall policy.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkfirewallAWS::NetworkFirewall::FirewallPolicy