producerDestinations

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


@JvmName(name = "yyqppjhljmoupicl")
suspend fun producerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "uboyhxctgryqqmww")
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 = "daaklcqpijgewrbk")
suspend fun producerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "cojvxcolodvlmqxp")
suspend fun producerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "ivdxqsrxtnuqxmmx")
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.