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

GcsDestination

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

Destination for Export. Export will be done to cloud storage.

interface GcsDestination {
uri?: string;
}

§Properties

§
uri?: string
[src]

Required. The path to the file in Google Cloud Storage where the export will be stored. The URI is in the form gs://bucketName/fileName.