ReservationConfigArgs

data class ReservationConfigArgs(val throughputReservation: Output<String>? = null) : ConvertibleToJava<ReservationConfigArgs>

The settings for this topic's Reservation usage.

Constructors

Link copied to clipboard
constructor(throughputReservation: Output<String>? = null)

Properties

Link copied to clipboard
val throughputReservation: Output<String>? = null

The Reservation to use for this topic's throughput capacity. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

Functions

Link copied to clipboard
open override fun toJava(): ReservationConfigArgs