Firewall Args
constructor(deleteProtection: Output<Boolean>? = null, description: Output<String>? = null, enabledAnalysisTypes: Output<List<String>>? = null, encryptionConfiguration: Output<FirewallEncryptionConfigurationArgs>? = null, firewallPolicyArn: Output<String>? = null, firewallPolicyChangeProtection: Output<Boolean>? = null, name: Output<String>? = null, subnetChangeProtection: Output<Boolean>? = null, subnetMappings: Output<List<FirewallSubnetMappingArgs>>? = null, tags: Output<Map<String, String>>? = null, vpcId: Output<String>? = null)