telemetries

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


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

Parameters

values

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