counters

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

Parameters

value

Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.


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

Parameters

argument

Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.


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

Parameters

values

Counters defines the set of counters for this CounterSet The name of each counter must be unique in that set and must be a DNS label. The maximum number of counters is 32.