monitoredResources

@JvmName(name = "iwjlfpswaguinraw")
suspend fun monitoredResources(value: Output<List<MonitoredResourceArgs>>)
@JvmName(name = "xaehdltphdwvsuky")
suspend fun monitoredResources(value: List<MonitoredResourceArgs>?)

Parameters

value

Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.


@JvmName(name = "xcfwgrynffgfpqaw")
suspend fun monitoredResources(vararg values: Output<MonitoredResourceArgs>)


@JvmName(name = "qpjtngvdgbgqavqq")
suspend fun monitoredResources(values: List<Output<MonitoredResourceArgs>>)
@JvmName(name = "amqesuawiowybmhr")
suspend fun monitoredResources(vararg values: MonitoredResourceArgs)

Parameters

values

Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.


@JvmName(name = "bofofocdldkfeiit")
suspend fun monitoredResources(argument: List<suspend MonitoredResourceArgsBuilder.() -> Unit>)
@JvmName(name = "kljmkbehobymbofe")
suspend fun monitoredResources(vararg argument: suspend MonitoredResourceArgsBuilder.() -> Unit)
@JvmName(name = "wwgynhusikymoote")
suspend fun monitoredResources(argument: suspend MonitoredResourceArgsBuilder.() -> Unit)

Parameters

argument

Optional. The monitored resource for which incidents are listed. The resource doesn't need to be fully specified. That is, you can specify the resource type but not the values of the resource labels. The resource type and labels are used for filtering.