consumerDestinations

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


@JvmName(name = "ojttfxmhhemahtla")
suspend fun consumerDestinations(values: List<Output<LoggingDestinationArgs>>)
@JvmName(name = "umjdmbfenrwxhbga")
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 = "apjhnalxijphgxnp")
suspend fun consumerDestinations(argument: List<suspend LoggingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "ypevfwtnaitvylyj")
suspend fun consumerDestinations(vararg argument: suspend LoggingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "eguuymyfcleahvkv")
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.