Application Rule Args
constructor(description: Output<String>? = null, destinationAddresses: Output<List<String>>? = null, fqdnTags: Output<List<String>>? = null, httpHeadersToInsert: Output<List<FirewallPolicyHttpHeaderToInsertArgs>>? = null, name: Output<String>? = null, protocols: Output<List<FirewallPolicyRuleApplicationProtocolArgs>>? = null, ruleType: Output<String>, sourceAddresses: Output<List<String>>? = null, sourceIpGroups: Output<List<String>>? = null, targetFqdns: Output<List<String>>? = null, targetUrls: Output<List<String>>? = null, terminateTLS: Output<Boolean>? = null, webCategories: Output<List<String>>? = null)