dimensions

@JvmName(name = "xkawuriefgcnukrh")
suspend fun dimensions(value: Output<Map<String, Any>>)
@JvmName(name = "wdxlekshfwogjegy")
suspend fun dimensions(value: Map<String, Any>?)

Parameters

value

The dimension map for the alarm's associated metric. For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users. See dimensions below.


@JvmName(name = "iepwxqvjuddtijaq")
fun dimensions(vararg values: Pair<String, Any>)

Parameters

values

The dimension map for the alarm's associated metric. For all metrics, you can not set the dimension key as "scaling_group" or "userId", which is set by default, the second dimension for metric, such as "device" for "PackagesNetIn", need to be set by users. See dimensions below.