telemetries

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


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

Parameters

values

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