consumerDestinations

@JvmName(name = "cltcyfoucmykdvmq")
suspend fun consumerDestinations(value: Output<List<BillingDestinationArgs>>)
@JvmName(name = "prsccmehegnrcrrn")
suspend fun consumerDestinations(value: List<BillingDestinationArgs>?)

Parameters

value

Billing configurations for sending metrics to the consumer project. There can be multiple consumer destinations per service, each one must have a different monitored resource type. A metric can be used in at most one consumer destination.


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


@JvmName(name = "yehmfkomwgbiggyj")
suspend fun consumerDestinations(values: List<Output<BillingDestinationArgs>>)
@JvmName(name = "fjqvnsssssllfedw")
suspend fun consumerDestinations(vararg values: BillingDestinationArgs)

Parameters

values

Billing configurations for sending metrics to the consumer project. There can be multiple consumer destinations per service, each one must have a different monitored resource type. A metric can be used in at most one consumer destination.


@JvmName(name = "wwatlakgwomhlubd")
suspend fun consumerDestinations(argument: List<suspend BillingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "xijbjocxsiuhmojx")
suspend fun consumerDestinations(vararg argument: suspend BillingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "soronajsldwbtgsg")
suspend fun consumerDestinations(argument: suspend BillingDestinationArgsBuilder.() -> Unit)

Parameters

argument

Billing configurations for sending metrics to the consumer project. There can be multiple consumer destinations per service, each one must have a different monitored resource type. A metric can be used in at most one consumer destination.