GetMetricRuleBlackListsPlainArgs

data class GetMetricRuleBlackListsPlainArgs(val category: String? = null, val ids: List<String>? = null, val metricRuleBlackListId: String? = null, val nameRegex: String? = null, val namespace: String? = null, val order: Int? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetMetricRuleBlackListsPlainArgs>

A collection of arguments for invoking getMetricRuleBlackLists.

Constructors

Link copied to clipboard
constructor(category: String? = null, ids: List<String>? = null, metricRuleBlackListId: String? = null, nameRegex: String? = null, namespace: String? = null, order: Int? = null, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null)

Properties

Link copied to clipboard
val category: String? = null

Cloud service classification. For example, Redis includes kvstore_standard, kvstore_sharding, and kvstore_splitrw.

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

A list of Metric Rule Black List IDs.

Link copied to clipboard

The first ID of the resource

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Group Metric Rule name.

Link copied to clipboard
val namespace: String? = null

The data namespace of the cloud service.

Link copied to clipboard
val order: Int? = null
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 pageNumber: Int? = null
Link copied to clipboard
val pageSize: Int? = null

Functions

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