Get Monitor Groups Plain Args
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
The include template history.
Link copied to clipboard
The name of the application group.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The select contact groups.