sharedCounters

@JvmName(name = "auchxknefkmxlnpw")
suspend fun sharedCounters(value: Output<List<CounterSetPatchArgs>>)
@JvmName(name = "xjhrxcbcofybithy")
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 = "bjqfdblsivalliyv")
suspend fun sharedCounters(vararg values: Output<CounterSetPatchArgs>)


@JvmName(name = "lptvueafdpdexuvd")
suspend fun sharedCounters(values: List<Output<CounterSetPatchArgs>>)
@JvmName(name = "erwafytxmelfbwvg")
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 = "ksktrlyxhocrvunm")
suspend fun sharedCounters(argument: List<suspend CounterSetPatchArgsBuilder.() -> Unit>)
@JvmName(name = "hepngpbmjgwqehnx")
suspend fun sharedCounters(vararg argument: suspend CounterSetPatchArgsBuilder.() -> Unit)
@JvmName(name = "rtqerpbxhpdnghfw")
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.