Network Firewall Policy Rule Match Args
data class NetworkFirewallPolicyRuleMatchArgs(val destAddressGroups: Output<List<String>>? = null, val destFqdns: Output<List<String>>? = null, val destIpRanges: Output<List<String>>? = null, val destRegionCodes: Output<List<String>>? = null, val destThreatIntelligences: Output<List<String>>? = null, val layer4Configs: Output<List<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>, val srcAddressGroups: Output<List<String>>? = null, val srcFqdns: Output<List<String>>? = null, val srcIpRanges: Output<List<String>>? = null, val srcRegionCodes: Output<List<String>>? = null, val srcSecureTags: Output<List<NetworkFirewallPolicyRuleMatchSrcSecureTagArgs>>? = null, val srcThreatIntelligences: Output<List<String>>? = null) : ConvertibleToJava<NetworkFirewallPolicyRuleMatchArgs>
Constructors
Link copied to clipboard
fun NetworkFirewallPolicyRuleMatchArgs(destAddressGroups: Output<List<String>>? = null, destFqdns: Output<List<String>>? = null, destIpRanges: Output<List<String>>? = null, destRegionCodes: Output<List<String>>? = null, destThreatIntelligences: Output<List<String>>? = null, layer4Configs: Output<List<NetworkFirewallPolicyRuleMatchLayer4ConfigArgs>>, srcAddressGroups: Output<List<String>>? = null, srcFqdns: Output<List<String>>? = null, srcIpRanges: Output<List<String>>? = null, srcRegionCodes: Output<List<String>>? = null, srcSecureTags: Output<List<NetworkFirewallPolicyRuleMatchSrcSecureTagArgs>>? = null, srcThreatIntelligences: Output<List<String>>? = null)