GetPrometheusAlertRulesPlainArgs

data class GetPrometheusAlertRulesPlainArgs(val clusterId: String, val ids: List<String>? = null, val matchExpressions: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val status: Int? = null, val type: String? = null) : ConvertibleToJava<GetPrometheusAlertRulesPlainArgs>

A collection of arguments for invoking getPrometheusAlertRules.

Constructors

Link copied to clipboard
constructor(clusterId: String, ids: List<String>? = null, matchExpressions: String? = null, nameRegex: String? = null, outputFile: String? = null, status: Int? = null, type: String? = null)

Properties

Link copied to clipboard

The ID of the cluster.

Link copied to clipboard
val ids: List<String>? = null

A list of Prometheus Alert Rule IDs.

Link copied to clipboard
Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Prometheus Alert Rule name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: Int? = null

The status of the resource. Valid values: 0, 1.

Link copied to clipboard
val type: String? = null

The type of the alert rule.

Functions

Link copied to clipboard
open override fun toJava(): GetPrometheusAlertRulesPlainArgs