producerDestinations

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


@JvmName(name = "brnlrqbjppgmgorx")
suspend fun producerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "motqgvmhobmqrmho")
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 = "huhxfkrnqitopbfe")
suspend fun producerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "lwbxwrkblfyhxpxd")
suspend fun producerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "jnukoxhvatkkdsvv")
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.