GetMonitorGroupsPlainArgs

data class GetMonitorGroupsPlainArgs(val dynamicTagRuleId: String? = null, val ids: List<String>? = null, val includeTemplateHistory: Boolean? = null, val keyword: String? = null, val monitorGroupName: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val selectContactGroups: Boolean? = null, val tags: Map<String, String>? = null, val type: String? = null) : ConvertibleToJava<GetMonitorGroupsPlainArgs>

A collection of arguments for invoking getMonitorGroups.

Constructors

Link copied to clipboard
constructor(dynamicTagRuleId: String? = null, ids: List<String>? = null, includeTemplateHistory: Boolean? = null, keyword: String? = null, monitorGroupName: String? = null, nameRegex: String? = null, outputFile: String? = null, selectContactGroups: Boolean? = null, tags: Map<String, String>? = null, type: String? = null)

Properties

Link copied to clipboard

The ID of the tag rule.

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

A list of Monitor Group IDs.

Link copied to clipboard

The include template history.

Link copied to clipboard
val keyword: String? = null

The keyword to be matched.

Link copied to clipboard

The name of the application group.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter results by Monitor Group 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

The select contact groups.

Link copied to clipboard
val tags: Map<String, String>? = null
Link copied to clipboard
val type: String? = null

The type of the application group. Valid values: custom, ehpc_cluster, kubernetes.

Functions

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