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<FirewallTagArgs>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<FirewallArgs>

Resource type definition for AWS::NetworkFirewall::Firewall

Constructors

Link copied to clipboard
fun FirewallArgs(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<FirewallTagArgs>>? = null, vpcId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val deleteProtection: Output<Boolean>? = null
Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val firewallName: Output<String>? = null
Link copied to clipboard
val firewallPolicyArn: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val subnetChangeProtection: Output<Boolean>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<FirewallTagArgs>>? = null
Link copied to clipboard
val vpcId: Output<String>? = null