resourceNames

@JvmName(name = "mcjqirekjvnvlfsb")
suspend fun resourceNames(value: Output<List<String>>)
@JvmName(name = "muevndqpyfuupkaq")
suspend fun resourceNames(value: List<String>?)

Parameters

value

The names of logging resources to collect logs for. Currently only projects are supported. If empty, the widget will default to the host project.


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


@JvmName(name = "mpxmpvxdcmggtaud")
suspend fun resourceNames(values: List<Output<String>>)
@JvmName(name = "rtgiksmeyboxtyoy")
suspend fun resourceNames(vararg values: String)

Parameters

values

The names of logging resources to collect logs for. Currently only projects are supported. If empty, the widget will default to the host project.