telemetries

@JvmName(name = "qtubttsklolvfjpd")
suspend fun telemetries(value: Output<List<String>>)
@JvmName(name = "dyjwyrgxswtpeuuu")
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 = "axtyvaicewaqaaya")
suspend fun telemetries(vararg values: Output<String>)


@JvmName(name = "uxtblphrueyafmij")
suspend fun telemetries(values: List<Output<String>>)
@JvmName(name = "ijkgxuyrsatxlrdf")
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.