producerDestinations

@JvmName(name = "uxqmpthrqfbfbpoe")
suspend fun producerDestinations(value: Output<List<MonitoringDestinationArgs>>)
@JvmName(name = "lbrlwnrvcokbjysx")
suspend fun producerDestinations(value: List<MonitoringDestinationArgs>?)

Parameters

value

Monitoring configurations for sending metrics to the producer project. There can be multiple producer 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 = "efcixitdtoeuidqi")
suspend fun producerDestinations(vararg values: Output<MonitoringDestinationArgs>)


@JvmName(name = "fcfswakvvqwajang")
suspend fun producerDestinations(values: List<Output<MonitoringDestinationArgs>>)
@JvmName(name = "rjmghvvoukabsmkf")
suspend fun producerDestinations(vararg values: MonitoringDestinationArgs)

Parameters

values

Monitoring configurations for sending metrics to the producer project. There can be multiple producer 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 = "eghwiouduaaevjja")
suspend fun producerDestinations(argument: List<suspend MonitoringDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "panknriprjhgqakk")
suspend fun producerDestinations(vararg argument: suspend MonitoringDestinationArgsBuilder.() -> Unit)
@JvmName(name = "nyqwavdidnbydbyh")
suspend fun producerDestinations(argument: suspend MonitoringDestinationArgsBuilder.() -> Unit)

Parameters

argument

Monitoring configurations for sending metrics to the producer project. There can be multiple producer 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.