consumerDestinations property

List<LoggingDestination>? consumerDestinations
getter/setter pair

Logging configurations for sending logs to the consumer project.

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

Implementation

core.List<LoggingDestination>? consumerDestinations;