producerDestinations

@JvmName(name = "iiexucoqkudwaaxb")
suspend fun producerDestinations(value: Output<List<LoggingDestinationArgs>>)
@JvmName(name = "rfhrmrwflgqebuls")
suspend fun producerDestinations(value: List<LoggingDestinationArgs>?)

Parameters

value

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.


@JvmName(name = "fkgfgdijvpbnnihs")
suspend fun producerDestinations(vararg values: Output<LoggingDestinationArgs>)


@JvmName(name = "dajixavpthbasgds")
suspend fun producerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "echsonuhupjmguop")
suspend fun producerDestinations(vararg values: LoggingDestinationArgs)

Parameters

values

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.


@JvmName(name = "dagwniuwchmivukx")
suspend fun producerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "sxxdsuefxgbjxmhy")
suspend fun producerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "mquufwfhbkgobrad")
suspend fun producerDestinations(argument: suspend LoggingDestinationArgsBuilder.() -> Unit)

Parameters

argument

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.