consumerDestinations

@JvmName(name = "turrohqwyqdllvlp")
suspend fun consumerDestinations(value: Output<List<LoggingDestinationArgs>>)
@JvmName(name = "bhnqaaxtrouyuory")
suspend fun consumerDestinations(value: List<LoggingDestinationArgs>?)

Parameters

value

Logging configurations for sending logs to the consumer project. There can be multiple consumer destinations, each one must have a different monitored resource type. A log can be used in at most one consumer destination.


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


@JvmName(name = "asehomqekdouefog")
suspend fun consumerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "gublxneueenkxuma")
suspend fun consumerDestinations(vararg values: LoggingDestinationArgs)

Parameters

values

Logging configurations for sending logs to the consumer project. There can be multiple consumer destinations, each one must have a different monitored resource type. A log can be used in at most one consumer destination.


@JvmName(name = "edsqmhmmyseogrrs")
suspend fun consumerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "ndbxhpdulyqkuhux")
suspend fun consumerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "aooprptymxpcbodn")
suspend fun consumerDestinations(argument: suspend LoggingDestinationArgsBuilder.() -> Unit)

Parameters

argument

Logging configurations for sending logs to the consumer project. There can be multiple consumer destinations, each one must have a different monitored resource type. A log can be used in at most one consumer destination.