telemetries

@JvmName(name = "ffyxfmmwosxyferr")
suspend fun telemetries(value: Output<List<String>>)
@JvmName(name = "bnseqhdqqsleqpxf")
suspend fun telemetries(value: List<String>?)

Parameters

value

An array that lists the types of telemetry data that this app monitor is to collect. Valid values are errors, performance, and http.


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


@JvmName(name = "vlhkdnqdadbquncw")
suspend fun telemetries(values: List<Output<String>>)
@JvmName(name = "uavtpqplnmrdcwpw")
suspend fun telemetries(vararg values: String)

Parameters

values

An array that lists the types of telemetry data that this app monitor is to collect. Valid values are errors, performance, and http.