telemetries

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


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