Firewall Policy Rule Args
constructor(action: Output<String>? = null, description: Output<String>? = null, direction: Output<FirewallPolicyRuleDirection>? = null, disabled: Output<Boolean>? = null, enableLogging: Output<Boolean>? = null, match: Output<FirewallPolicyRuleMatcherArgs>? = null, priority: Output<Int>? = null, ruleName: Output<String>? = null, targetResources: Output<List<String>>? = null, targetSecureTags: Output<List<FirewallPolicyRuleSecureTagArgs>>? = null, targetServiceAccounts: Output<List<String>>? = null)