Azure Firewall Application Rule Args
data class AzureFirewallApplicationRuleArgs(val description: Output<String>? = null, val fqdnTags: Output<List<String>>? = null, val name: Output<String>? = null, val protocols: Output<List<AzureFirewallApplicationRuleProtocolArgs>>? = null, val sourceAddresses: Output<List<String>>? = null, val sourceIpGroups: Output<List<String>>? = null, val targetFqdns: Output<List<String>>? = null) : ConvertibleToJava<AzureFirewallApplicationRuleArgs>
Properties of an application rule.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, fqdnTags: Output<List<String>>? = null, name: Output<String>? = null, protocols: Output<List<AzureFirewallApplicationRuleProtocolArgs>>? = null, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, targetFqdns: Output<List<String>>? = null)