Kpi Properties Args
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)