sharedCounters

@JvmName(name = "bftuqbfuplpobxnw")
suspend fun sharedCounters(value: Output<List<CounterSetPatchArgs>>)
@JvmName(name = "hvphfxpdbpjiluaj")
suspend fun sharedCounters(value: List<CounterSetPatchArgs>?)

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 = "kypxgwlqixkiomlf")
suspend fun sharedCounters(vararg values: Output<CounterSetPatchArgs>)


@JvmName(name = "wkehtcsissxuhmjl")
suspend fun sharedCounters(values: List<Output<CounterSetPatchArgs>>)
@JvmName(name = "miwccodgfnugtgtf")
suspend fun sharedCounters(vararg values: CounterSetPatchArgs)

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 = "fmkjbtbwmoyuqcqt")
suspend fun sharedCounters(argument: List<suspend CounterSetPatchArgsBuilder.() -> Unit>)
@JvmName(name = "prakmwsdjwlokcep")
suspend fun sharedCounters(vararg argument: suspend CounterSetPatchArgsBuilder.() -> Unit)
@JvmName(name = "stewnswwxgfwgmtg")
suspend fun sharedCounters(argument: suspend CounterSetPatchArgsBuilder.() -> 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.