Rule Args
fun RuleArgs(applicationMatcher: Output<String>? = null, basicProfile: Output<RuleBasicProfile>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, gatewaySecurityPolicyId: Output<String>? = null, gatewaySecurityPolicyRuleId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, priority: Output<Int>? = null, project: Output<String>? = null, sessionMatcher: Output<String>? = null, tlsInspectionEnabled: Output<Boolean>? = null)