scopeMap

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


@JvmName(name = "gtgrflroptissyoj")
suspend fun scopeMap(values: List<Output<ScopeMapArgs>>)
@JvmName(name = "flghshqkxhbdpkww")
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 = "nkrurvuctfnsbkuo")
suspend fun scopeMap(argument: List<suspend ScopeMapArgsBuilder.() -> Unit>)
@JvmName(name = "xpfduvncyeehcnay")
suspend fun scopeMap(vararg argument: suspend ScopeMapArgsBuilder.() -> Unit)
@JvmName(name = "nggbtefamiedbbtf")
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.