FirewallArgs

data class FirewallArgs(val deleteProtection: Output<Boolean>? = null, val description: Output<String>? = null, val firewallName: Output<String>? = null, val firewallPolicyArn: Output<String>? = null, val firewallPolicyChangeProtection: Output<Boolean>? = null, val subnetChangeProtection: Output<Boolean>? = null, val subnetMappings: Output<List<FirewallSubnetMappingArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<FirewallArgs>

Resource type definition for AWS::NetworkFirewall::Firewall

Constructors

Link copied to clipboard
constructor(deleteProtection: Output<Boolean>? = null, description: Output<String>? = null, firewallName: Output<String>? = null, firewallPolicyArn: Output<String>? = null, firewallPolicyChangeProtection: Output<Boolean>? = null, subnetChangeProtection: Output<Boolean>? = null, subnetMappings: Output<List<FirewallSubnetMappingArgs>>? = null, tags: Output<List<TagArgs>>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard
val deleteProtection: Output<Boolean>? = null

A flag indicating whether it is possible to delete the firewall. 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 .

Link copied to clipboard
val description: Output<String>? = null

A description of the firewall.

Link copied to clipboard
val firewallName: Output<String>? = null

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

Link copied to clipboard
val firewallPolicyArn: Output<String>? = null

The Amazon Resource Name (ARN) of the firewall policy. 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.

Link copied to clipboard

A setting indicating whether the firewall is protected against a change to the firewall policy association. 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 .

Link copied to clipboard
val subnetChangeProtection: Output<Boolean>? = null

A setting indicating whether the firewall is protected against changes to the subnet associations. 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 .

Link copied to clipboard

The public subnets that Network Firewall is using for the firewall. Each subnet must belong to a different Availability Zone.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource. For more information, see Tag .

Link copied to clipboard
val vpcId: Output<String>? = null

The unique identifier of the VPC where the firewall is in use. You can't change the VPC of a firewall after you create the firewall.

Functions

Link copied to clipboard
open override fun toJava(): FirewallArgs