sharedCounters

@JvmName(name = "umtenoyddvtgighw")
suspend fun sharedCounters(value: Output<List<CounterSetArgs>>)
@JvmName(name = "ekyvhsfcrmakhcjw")
suspend fun sharedCounters(value: List<CounterSetArgs>?)

Parameters

value

SharedCounters defines a list of counter sets, each of which has a name and a list of counters available. The names of the SharedCounters must be unique in the ResourceSlice. The maximum number of SharedCounters is 32.


@JvmName(name = "cvcenpbrlcmpdnrc")
suspend fun sharedCounters(vararg values: Output<CounterSetArgs>)


@JvmName(name = "dhlenjigelxgegdl")
suspend fun sharedCounters(values: List<Output<CounterSetArgs>>)
@JvmName(name = "wkeplimkuwamhlcj")
suspend fun sharedCounters(vararg values: CounterSetArgs)

Parameters

values

SharedCounters defines a list of counter sets, each of which has a name and a list of counters available. The names of the SharedCounters must be unique in the ResourceSlice. The maximum number of SharedCounters is 32.


@JvmName(name = "uaamwjdpyqrfpfwj")
suspend fun sharedCounters(argument: List<suspend CounterSetArgsBuilder.() -> Unit>)
@JvmName(name = "fgwkotdlnvsxblrw")
suspend fun sharedCounters(vararg argument: suspend CounterSetArgsBuilder.() -> Unit)
@JvmName(name = "qbhfokdigeuqgwtw")
suspend fun sharedCounters(argument: suspend CounterSetArgsBuilder.() -> Unit)

Parameters

argument

SharedCounters defines a list of counter sets, each of which has a name and a list of counters available. The names of the SharedCounters must be unique in the ResourceSlice. The maximum number of SharedCounters is 32.