Get Group Metric Rules Plain Args
data class GetGroupMetricRulesPlainArgs(val dimensions: String? = null, val enableState: Boolean? = null, val groupId: String? = null, val groupMetricRuleName: String? = null, val ids: List<String>? = null, val metricName: String? = null, val nameRegex: String? = null, val namespace: String? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetGroupMetricRulesPlainArgs>
A collection of arguments for invoking getGroupMetricRules.
Properties
Link copied to clipboard
The dimensions that specify the resources to be associated with the alert rule.
Link copied to clipboard
EnableState.
Link copied to clipboard
The name of the alert rule.
Link copied to clipboard
The name of the metric.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).