producerDestinations property

List<LoggingDestination>? producerDestinations
getter/setter pair

Logging configurations for sending logs to the producer project.

There can be multiple producer destinations, each one must have a different monitored resource type. A log can be used in at most one producer destination.

Implementation

core.List<LoggingDestination>? producerDestinations;