consumerDestinations

@JvmName(name = "yunajvbuihxukohu")
suspend fun consumerDestinations(value: Output<List<MonitoringDestinationArgs>>)
@JvmName(name = "sjwmtwqytpidwdsn")
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 = "kfbvsqvfrqwyhrsp")
suspend fun consumerDestinations(vararg values: Output<MonitoringDestinationArgs>)


@JvmName(name = "ypjbfxyibcxwjdad")
suspend fun consumerDestinations(values: List<Output<MonitoringDestinationArgs>>)
@JvmName(name = "hcwmlonvxbjhsjvq")
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 = "cjqtblgsaxpcsmor")
suspend fun consumerDestinations(argument: List<suspend MonitoringDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "fbhkupoltwwdotjf")
suspend fun consumerDestinations(vararg argument: suspend MonitoringDestinationArgsBuilder.() -> Unit)
@JvmName(name = "blgakfbbvtpuhygo")
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.