GroupArgs

data class GroupArgs(val displayName: Output<String>? = null, val filter: Output<String>? = null, val isCluster: Output<Boolean>? = null, val parentName: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<GroupArgs>

Creates a new group. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
constructor(displayName: Output<String>? = null, filter: Output<String>? = null, isCluster: Output<Boolean>? = null, parentName: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val displayName: Output<String>? = null

A user-assigned name for this group, used only for display purposes.

Link copied to clipboard
val filter: Output<String>? = null

The filter used to determine which monitored resources belong to this group.

Link copied to clipboard
val isCluster: Output<Boolean>? = null

If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.

Link copied to clipboard
val parentName: Output<String>? = null

The name of the group's parent, if it has one. The format is: projects/PROJECT_ID_OR_NUMBER/groups/GROUP_ID For groups with no parent, parent_name is the empty string, "".

Link copied to clipboard
val project: Output<String>? = null

Functions

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