sharedCounters

@JvmName(name = "clikshjfkvxjytiv")
suspend fun sharedCounters(value: Output<List<CounterSetPatchArgs>>)
@JvmName(name = "qasurhiqwmaqqldo")
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 counters in all sets is 32.


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


@JvmName(name = "mreeyjasfkwitjks")
suspend fun sharedCounters(values: List<Output<CounterSetPatchArgs>>)
@JvmName(name = "kvqrofkemxooprbp")
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 counters in all sets is 32.


@JvmName(name = "uhvkjsbkxfucgtsj")
suspend fun sharedCounters(argument: List<suspend CounterSetPatchArgsBuilder.() -> Unit>)
@JvmName(name = "wyplokyvwacbcddr")
suspend fun sharedCounters(vararg argument: suspend CounterSetPatchArgsBuilder.() -> Unit)
@JvmName(name = "aqalafgpabbmbrkv")
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 counters in all sets is 32.