resourceNames

@JvmName(name = "llcoiguwlxaapicr")
suspend fun resourceNames(value: Output<List<String>>)
@JvmName(name = "bbyjfcvygxvrgalg")
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 = "yerxtfdywpwrqjnl")
suspend fun resourceNames(vararg values: Output<String>)


@JvmName(name = "jrqgtaheopchkdhe")
suspend fun resourceNames(values: List<Output<String>>)
@JvmName(name = "vgfxjsurwqdbtdxo")
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.