scopeMap

@JvmName(name = "dhedbrrqewocdmha")
suspend fun scopeMap(value: Output<List<ScopeMapArgs>>)
@JvmName(name = "qwseeboncbcntfpe")
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 = "mxknywxeujitswyp")
suspend fun scopeMap(vararg values: Output<ScopeMapArgs>)


@JvmName(name = "bualrirjjsbifxpd")
suspend fun scopeMap(values: List<Output<ScopeMapArgs>>)
@JvmName(name = "fwmvslsmfxregyrm")
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 = "cmgtjpyvlswdbdph")
suspend fun scopeMap(argument: List<suspend ScopeMapArgsBuilder.() -> Unit>)
@JvmName(name = "gsuikfxgburlwvpq")
suspend fun scopeMap(vararg argument: suspend ScopeMapArgsBuilder.() -> Unit)
@JvmName(name = "uqpmxbacefvkdtnr")
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.