enabledMetrics

@JvmName(name = "qgmdeyxfjcisuxvy")
suspend fun enabledMetrics(value: Output<List<String>>)
@JvmName(name = "wnmcicktxcpkvdqy")
suspend fun enabledMetrics(value: List<String>?)

Parameters

value

The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.


@JvmName(name = "rbwfjipqisjfkrbs")
suspend fun enabledMetrics(vararg values: Output<String>)


@JvmName(name = "iooygxjodykeflbh")
suspend fun enabledMetrics(values: List<Output<String>>)
@JvmName(name = "riroysdiesqriibo")
suspend fun enabledMetrics(vararg values: String)

Parameters

values

The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.