producerDestinations

@JvmName(name = "onngiojmfbdifafj")
suspend fun producerDestinations(value: Output<List<MonitoringDestinationArgs>>)
@JvmName(name = "cqbvboksojjasdnu")
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 = "dbyfwjhvgynouynw")
suspend fun producerDestinations(vararg values: Output<MonitoringDestinationArgs>)


@JvmName(name = "imvlorgcrtodagxq")
suspend fun producerDestinations(values: List<Output<MonitoringDestinationArgs>>)
@JvmName(name = "vfqvhslkljrulwup")
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 = "oonkadhpipvfonyv")
suspend fun producerDestinations(argument: List<suspend MonitoringDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "onxlnxvennfxohvg")
suspend fun producerDestinations(vararg argument: suspend MonitoringDestinationArgsBuilder.() -> Unit)
@JvmName(name = "sxdkjbruwyqnitwn")
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.