FirewallArgs

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)