AlertRuleAnomalyDuplicateSingleSelectObservationArgs

data class AlertRuleAnomalyDuplicateSingleSelectObservationArgs(val description: Output<String>? = null, val name: Output<String>, val supportedValues: Output<List<String>>? = null, val value: Output<String>) : ConvertibleToJava<AlertRuleAnomalyDuplicateSingleSelectObservationArgs>

Constructors

constructor(description: Output<String>? = null, name: Output<String>, supportedValues: Output<List<String>>? = null, value: Output<String>)

Properties

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

The description of the single select observation.

Link copied to clipboard
val name: Output<String>

The name of the single select observation.

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

A list of supported values of the single select observation.

Link copied to clipboard
val value: Output<String>

The value of the multi select observation.

Functions

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