FirewallArgs

constructor(dnsProxyEnabled: Output<Boolean>? = null, dnsServers: Output<List<String>>? = null, firewallPolicyId: Output<String>? = null, ipConfigurations: Output<List<FirewallIpConfigurationArgs>>? = null, location: Output<String>? = null, managementIpConfiguration: Output<FirewallManagementIpConfigurationArgs>? = null, name: Output<String>? = null, privateIpRanges: Output<List<String>>? = null, resourceGroupName: Output<String>? = null, skuName: Output<String>? = null, skuTier: Output<String>? = null, tags: Output<Map<String, String>>? = null, threatIntelMode: Output<String>? = null, virtualHub: Output<FirewallVirtualHubArgs>? = null, zones: Output<List<String>>? = null)