telemetries

@JvmName(name = "jxucjttwrdoiaxjb")
suspend fun telemetries(value: Output<List<AppMonitorTelemetry>>)
@JvmName(name = "vxfgafudhpchyxsf")
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 = "mpkaffqkaysglmwo")
suspend fun telemetries(vararg values: Output<AppMonitorTelemetry>)


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

Parameters

values

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