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