scopeMap

@JvmName(name = "lfboagtlfflbosfo")
suspend fun scopeMap(value: Output<List<ScopeMapArgs>>)
@JvmName(name = "smcqlghroovkxubi")
suspend fun scopeMap(value: List<ScopeMapArgs>?)

Parameters

value

A scope map is a logical unit of the application code with which the emitted telemetry can be associated.


@JvmName(name = "gqjrvivobwkpkdgf")
suspend fun scopeMap(vararg values: Output<ScopeMapArgs>)


@JvmName(name = "sktiwcdsyumwvfqj")
suspend fun scopeMap(values: List<Output<ScopeMapArgs>>)
@JvmName(name = "ycmsxcbdellwrgvs")
suspend fun scopeMap(vararg values: ScopeMapArgs)

Parameters

values

A scope map is a logical unit of the application code with which the emitted telemetry can be associated.


@JvmName(name = "esoxjmmnclpcjbqv")
suspend fun scopeMap(argument: List<suspend ScopeMapArgsBuilder.() -> Unit>)
@JvmName(name = "jpxbdplvukfemynq")
suspend fun scopeMap(vararg argument: suspend ScopeMapArgsBuilder.() -> Unit)
@JvmName(name = "mdmwdvurekkoyarg")
suspend fun scopeMap(argument: suspend ScopeMapArgsBuilder.() -> Unit)

Parameters

argument

A scope map is a logical unit of the application code with which the emitted telemetry can be associated.