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