ResourceCollectionTagCollection

data class ResourceCollectionTagCollection(val appBoundaryKey: String? = null, val tagValues: List<String>? = null)

Tagged resource for DevOps Guru to monitor

Constructors

Link copied to clipboard
constructor(appBoundaryKey: String? = null, tagValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appBoundaryKey: String? = null

A Tag key for DevOps Guru app boundary.

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

Tag values of DevOps Guru app boundary.