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

ExistingBucketConfig

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

When set in a StorageResourceConfig, indicates that an existing Google Cloud Storage bucket should be imported.

interface ExistingBucketConfig {
bucket?: string;
}

§Properties

§
bucket?: string
[src]

Required. Immutable. Name of the Cloud Storage bucket to import.