Reservation

Creates a new reservation.

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the reservation. Structured like: projects/{project_number}/locations/{location}/reservations/{reservation_id}

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val reservationId: Output<String>

Required. The ID to use for the reservation, which will become the final component of the reservation's name. This value is structured like: my-reservation-name.

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.

Link copied to clipboard
val urn: Output<String>