consumerDestinations

@JvmName(name = "vbwktdpxdtrbjtwq")
suspend fun consumerDestinations(value: Output<List<MonitoringDestinationArgs>>)
@JvmName(name = "xaqieqkycaknnaxx")
suspend fun consumerDestinations(value: List<MonitoringDestinationArgs>?)

Parameters

value

Monitoring configurations for sending metrics to the consumer project. There can be multiple consumer destinations. A monitored resource type may appear in multiple monitoring destinations if different aggregations are needed for different sets of metrics associated with that monitored resource type. A monitored resource and metric pair may only be used once in the Monitoring configuration.


@JvmName(name = "murhtysxmxhanfrg")
suspend fun consumerDestinations(vararg values: Output<MonitoringDestinationArgs>)


@JvmName(name = "bkpllusuceuiwtps")
suspend fun consumerDestinations(values: List<Output<MonitoringDestinationArgs>>)
@JvmName(name = "wlbyvfjjumwlbdxg")
suspend fun consumerDestinations(vararg values: MonitoringDestinationArgs)

Parameters

values

Monitoring configurations for sending metrics to the consumer project. There can be multiple consumer destinations. A monitored resource type may appear in multiple monitoring destinations if different aggregations are needed for different sets of metrics associated with that monitored resource type. A monitored resource and metric pair may only be used once in the Monitoring configuration.


@JvmName(name = "uljpjgooxvcgldvn")
suspend fun consumerDestinations(argument: List<suspend MonitoringDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "wykkbbpuqcloxjgr")
suspend fun consumerDestinations(vararg argument: suspend MonitoringDestinationArgsBuilder.() -> Unit)
@JvmName(name = "wkbdjubjgqhtrrcs")
suspend fun consumerDestinations(argument: suspend MonitoringDestinationArgsBuilder.() -> Unit)

Parameters

argument

Monitoring configurations for sending metrics to the consumer project. There can be multiple consumer destinations. A monitored resource type may appear in multiple monitoring destinations if different aggregations are needed for different sets of metrics associated with that monitored resource type. A monitored resource and metric pair may only be used once in the Monitoring configuration.