producerDestinations

@JvmName(name = "idkhytfwjswegvpt")
suspend fun producerDestinations(value: Output<List<LoggingDestinationArgs>>)
@JvmName(name = "ouffsrnbfunribwk")
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 = "mvmgvppnfcnaopqc")
suspend fun producerDestinations(vararg values: Output<LoggingDestinationArgs>)


@JvmName(name = "nwhovtyodfjxreik")
suspend fun producerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "hciibhgvvnjdxyiu")
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 = "oqkjwbwdwfcvaktv")
suspend fun producerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "iokypdypvjrjhymt")
suspend fun producerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "awnltsbbhtnhilto")
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.