dimensions

@JvmName(name = "jwlcrwgkqooxkqwe")
suspend fun dimensions(value: Output<Map<String, String>>)
@JvmName(name = "qwygrycspluturjy")
suspend fun dimensions(value: Map<String, String>?)

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 = "jaboudfkhtiuocaw")
fun dimensions(vararg values: Pair<String, String>)

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.