@Stability(value=Stable) public static final class CfnFirewall.Builder extends Object implements software.amazon.jsii.Builder<CfnFirewall>
CfnFirewall.| Modifier and Type | Method and Description |
|---|---|
CfnFirewall |
build() |
static CfnFirewall.Builder |
create(Construct scope,
String id) |
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(IResolvable subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
CfnFirewall.Builder |
subnetMappings(List<? extends Object> subnetMappings)
The public subnets that Network Firewall is using for the firewall.
|
CfnFirewall.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnFirewall.Builder |
vpcId(String vpcId)
The unique identifier of the VPC where the firewall is in use.
|
@Stability(value=Stable) public static CfnFirewall.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnFirewall.SubnetMappingProperty.Builder.@Stability(value=Stable) public CfnFirewall.Builder firewallName(String firewallName)
You can't change the name of a firewall after you create it.
firewallName - The descriptive name of the firewall. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder firewallPolicyArn(String firewallPolicyArn)
The relationship of firewall to firewall policy is many to one. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls.
firewallPolicyArn - The Amazon Resource Name (ARN) of the firewall policy. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder subnetMappings(IResolvable subnetMappings)
Each subnet must belong to a different Availability Zone.
subnetMappings - The public subnets that Network Firewall is using for the firewall. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder subnetMappings(List<? extends Object> subnetMappings)
Each subnet must belong to a different Availability Zone.
subnetMappings - The public subnets that Network Firewall is using for the firewall. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder vpcId(String vpcId)
You can't change the VPC of a firewall after you create the firewall.
vpcId - The unique identifier of the VPC where the firewall is in use. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder deleteProtection(Boolean deleteProtection)
A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE .
deleteProtection - A flag indicating whether it is possible to delete the firewall. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder deleteProtection(IResolvable deleteProtection)
A setting of TRUE indicates that the firewall is protected against deletion. Use this setting to protect against accidentally deleting a firewall that is in use. When you create a firewall, the operation initializes this flag to TRUE .
deleteProtection - A flag indicating whether it is possible to delete the firewall. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder description(String description)
description - A description of the firewall. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder firewallPolicyChangeProtection(Boolean firewallPolicyChangeProtection)
Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE .
firewallPolicyChangeProtection - A setting indicating whether the firewall is protected against a change to the firewall policy association. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder firewallPolicyChangeProtection(IResolvable firewallPolicyChangeProtection)
Use this setting to protect against accidentally modifying the firewall policy for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE .
firewallPolicyChangeProtection - A setting indicating whether the firewall is protected against a change to the firewall policy association. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder subnetChangeProtection(Boolean subnetChangeProtection)
Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE .
subnetChangeProtection - A setting indicating whether the firewall is protected against changes to the subnet associations. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder subnetChangeProtection(IResolvable subnetChangeProtection)
Use this setting to protect against accidentally modifying the subnet associations for a firewall that is in use. When you create a firewall, the operation initializes this setting to TRUE .
subnetChangeProtection - A setting indicating whether the firewall is protected against changes to the subnet associations. This parameter is required.this@Stability(value=Stable) public CfnFirewall.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnFirewall build()
build in interface software.amazon.jsii.Builder<CfnFirewall>Copyright © 2022. All rights reserved.