Uses of Class
software.amazon.awscdk.services.networkfirewall.CfnFirewall.Builder
Package
Description
AWS::NetworkFirewall Construct Library
-
Uses of CfnFirewall.Builder in software.amazon.awscdk.services.networkfirewall
Modifier and TypeMethodDescriptionstatic CfnFirewall.Builder
CfnFirewall.Builder.deleteProtection
(Boolean deleteProtection) A flag indicating whether it is possible to delete the firewall.CfnFirewall.Builder.deleteProtection
(IResolvable deleteProtection) A flag indicating whether it is possible to delete the firewall.CfnFirewall.Builder.description
(String description) A description of the firewall.CfnFirewall.Builder.firewallName
(String firewallName) The descriptive name of the firewall.CfnFirewall.Builder.firewallPolicyArn
(String firewallPolicyArn) The Amazon Resource Name (ARN) of the firewall policy.CfnFirewall.Builder.firewallPolicyChangeProtection
(Boolean firewallPolicyChangeProtection) A setting indicating whether the firewall is protected against a change to the firewall policy association.CfnFirewall.Builder.firewallPolicyChangeProtection
(IResolvable firewallPolicyChangeProtection) A setting indicating whether the firewall is protected against a change to the firewall policy association.CfnFirewall.Builder.subnetChangeProtection
(Boolean subnetChangeProtection) A setting indicating whether the firewall is protected against changes to the subnet associations.CfnFirewall.Builder.subnetChangeProtection
(IResolvable subnetChangeProtection) A setting indicating whether the firewall is protected against changes to the subnet associations.CfnFirewall.Builder.subnetMappings
(List<? extends Object> subnetMappings) The public subnets that Network Firewall is using for the firewall.CfnFirewall.Builder.subnetMappings
(IResolvable subnetMappings) The public subnets that Network Firewall is using for the firewall.An array of key-value pairs to apply to this resource.The unique identifier of the VPC where the firewall is in use.