Prometheus Rule Group Args
constructor(clusterName: Output<String>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, interval: Output<String>? = null, location: Output<String>? = null, resourceGroupName: Output<String>? = null, ruleGroupName: Output<String>? = null, rules: Output<List<PrometheusRuleArgs>>? = null, scopes: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null)