UptimeCheckConfigResourceGroup

data class UptimeCheckConfigResourceGroup(val groupId: String? = null, val resourceType: String? = null)

Constructors

Link copied to clipboard
constructor(groupId: String? = null, resourceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupId: String? = null

The group of resources being monitored. Should be the name of a group

Link copied to clipboard
val resourceType: String? = null

The resource type of the group members. Possible values are: RESOURCE_TYPE_UNSPECIFIED, INSTANCE, AWS_ELB_LOAD_BALANCER.