consumerDestinations

@JvmName(name = "iduhfrjguudpykyd")
suspend fun consumerDestinations(value: Output<List<BillingDestinationArgs>>)
@JvmName(name = "jonqnvxconwwglgv")
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 = "vvlhsrfdabkaorpy")
suspend fun consumerDestinations(vararg values: Output<BillingDestinationArgs>)


@JvmName(name = "rqefsslhqepfmafn")
suspend fun consumerDestinations(values: List<Output<BillingDestinationArgs>>)
@JvmName(name = "nyyqxiqmknedcjwb")
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 = "gkxlsktxshdixhlk")
suspend fun consumerDestinations(argument: List<suspend BillingDestinationArgsBuilder.() -> Unit>)
@JvmName(name = "koepbagpksewkinn")
suspend fun consumerDestinations(vararg argument: suspend BillingDestinationArgsBuilder.() -> Unit)
@JvmName(name = "ukmsvkaiiflvgdpf")
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.