Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReservationConfig

import type { ReservationConfig } from "https://googleapis.deno.dev/v1/pubsublite:v1.ts";

The settings for this topic's Reservation usage.

interface ReservationConfig {
throughputReservation?: string;
}

§Properties

§
throughputReservation?: string
[src]

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