counters

@JvmName(name = "nrgjpvewbcadfhkb")
suspend fun counters(value: Output<Map<String, CounterArgs>>)
@JvmName(name = "bmejputmnusidltr")
suspend fun counters(value: Map<String, CounterArgs>)

Parameters

value

Counters defines the Counter that will be consumed by the device. The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).


@JvmName(name = "okgoakadgaltapso")
suspend fun counters(vararg argument: Pair<String, suspend CounterArgsBuilder.() -> Unit>)

Parameters

argument

Counters defines the Counter that will be consumed by the device. The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).


@JvmName(name = "mkgsoluidsyeaiuh")
fun counters(vararg values: Pair<String, CounterArgs>)

Parameters

values

Counters defines the Counter that will be consumed by the device. The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).