Reservation Args
data class ReservationArgs(val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val reservationId: Output<String>? = null, val throughputCapacity: Output<String>? = null) : ConvertibleToJava<ReservationArgs>
Creates a new reservation.
Constructors
Functions
Properties
Link copied to clipboard
The reserved throughput capacity. Every unit of throughput capacity is equivalent to 1 MiB/s of published messages or 2 MiB/s of subscribed messages. Any topics which are declared as using capacity from a Reservation will consume resources from this reservation instead of being charged individually.