FirewallPolicyWithRulesRuleMatchArgs

constructor(destAddressGroups: Output<List<String>>? = null, destFqdns: Output<List<String>>? = null, destIpRanges: Output<List<String>>? = null, destNetworkScope: Output<String>? = null, destRegionCodes: Output<List<String>>? = null, destThreatIntelligences: Output<List<String>>? = null, layer4Configs: Output<List<FirewallPolicyWithRulesRuleMatchLayer4ConfigArgs>>, srcAddressGroups: Output<List<String>>? = null, srcFqdns: Output<List<String>>? = null, srcIpRanges: Output<List<String>>? = null, srcNetworkScope: Output<String>? = null, srcNetworks: Output<List<String>>? = null, srcRegionCodes: Output<List<String>>? = null, srcThreatIntelligences: Output<List<String>>? = null)