IncidentLabelArgs

data class IncidentLabelArgs(val labelName: Output<String>) : ConvertibleToJava<IncidentLabelArgs>

Represents an incident label

Constructors

Link copied to clipboard
constructor(labelName: Output<String>)

Properties

Link copied to clipboard
val labelName: Output<String>

The name of the label

Functions

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