FirewallPolicyWithRulesRuleArgs

constructor(action: Output<String>, description: Output<String>? = null, direction: Output<String>? = null, disabled: Output<Boolean>? = null, enableLogging: Output<Boolean>? = null, match: Output<FirewallPolicyWithRulesRuleMatchArgs>, priority: Output<Int>, ruleName: Output<String>? = null, securityProfileGroup: Output<String>? = null, targetResources: Output<List<String>>? = null, targetServiceAccounts: Output<List<String>>? = null, tlsInspect: Output<Boolean>? = null)