telemetries

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


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