KpiPropertiesArgs

data class KpiPropertiesArgs(val enabled: Output<Boolean>? = null, val id: Output<String>? = null, val type: Output<Either<String, KpiTypeType>>? = null) : ConvertibleToJava<KpiPropertiesArgs>

Each KPI must contain a 'type' and 'enabled' key.

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, id: Output<String>? = null, type: Output<Either<String, KpiTypeType>>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

show the KPI in the UI?

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

ID of resource related to metric (budget).

Link copied to clipboard
val type: Output<Either<String, KpiTypeType>>? = null

KPI type (Forecast, Budget).

Functions

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