consumerDestinations

@JvmName(name = "vlhrfguvtcbpxqdl")
suspend fun consumerDestinations(value: Output<List<LoggingDestinationArgs>>)
@JvmName(name = "exkveuemmgwrnwlr")
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 = "fndxlfxruudiosmb")
suspend fun consumerDestinations(vararg values: Output<LoggingDestinationArgs>)


@JvmName(name = "rmhlstbqanpxcpgf")
suspend fun consumerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "alqqftpoolwllhxj")
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 = "sofcfgtddsybbplm")
suspend fun consumerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "kraqiveqqnaymhcj")
suspend fun consumerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "ycnfsniecsydabpb")
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.