ResourceGroupArgs

data class ResourceGroupArgs(val groupId: Output<String>? = null, val resourceType: Output<ResourceGroupResourceType>? = null) : ConvertibleToJava<ResourceGroupArgs>

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

Constructors

Link copied to clipboard
constructor(groupId: Output<String>? = null, resourceType: Output<ResourceGroupResourceType>? = null)

Properties

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

The group of resources being monitored. Should be only the GROUP_ID, and not the full-path projects/PROJECT_ID_OR_NUMBER/groups/GROUP_ID.

Link copied to clipboard

The resource type of the group members.

Functions

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