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;
}