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

GcsBackupSource

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

Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters.

interface GcsBackupSource {
uris?: string[];
}

§Properties

§
uris?: string[]
[src]

Optional. URIs of the Cloud Storage objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2