telemetries

@JvmName(name = "bopqtcrehqynexox")
suspend fun telemetries(value: Output<List<AppMonitorTelemetry>>)
@JvmName(name = "tdfakbhnshsattuk")
suspend fun telemetries(value: List<AppMonitorTelemetry>?)

Parameters

value

An array that lists the types of telemetry data that this app monitor is to collect.


@JvmName(name = "rbqwtxnuqjayfkkd")
suspend fun telemetries(vararg values: Output<AppMonitorTelemetry>)


@JvmName(name = "jrrxiquvetqwxriv")
suspend fun telemetries(values: List<Output<AppMonitorTelemetry>>)
@JvmName(name = "ucdhsltemwbjdowe")
suspend fun telemetries(vararg values: AppMonitorTelemetry)

Parameters

values

An array that lists the types of telemetry data that this app monitor is to collect.