AlertRuleAnomalyDuplicateMultiSelectObservationArgs

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

Constructors

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

Properties

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

The description of the multi select observation.

Link copied to clipboard
val name: Output<String>

The name of the multi select observation.

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

A list of supported values of the multi select observation.

Link copied to clipboard
val values: Output<List<String>>

A list of values of the multi select observation.

Functions

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