LoggingDestinationResponse

data class LoggingDestinationResponse(val logs: List<String>, val monitoredResource: String)

Configuration of a specific logging destination (the producer project or the consumer project).

Constructors

Link copied to clipboard
constructor(logs: List<String>, monitoredResource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Names of the logs to be sent to this destination. Each name must be defined in the Service.logs section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by "/".

Link copied to clipboard

The monitored resource type. The type must be defined in the Service.monitored_resources section.