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

ManagedBackupSource

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

Backups that generated and managed by memorystore.

interface ManagedBackupSource {
backup?: string;
}

§Properties

§
backup?: string
[src]

Optional. Example: //redis.googleapis.com/projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup} A shorter version (without the prefix) of the backup name is also supported, like projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup_id} In this case, it assumes the backup is under redis.googleapis.com.