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

BackupReencryptionConfig

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

Backup Reencryption Config

interface BackupReencryptionConfig {
backupLimit?: number;
backupType?: "BACKUP_TYPE_UNSPECIFIED" | "AUTOMATED" | "ON_DEMAND";
}

§Properties

§
backupLimit?: number
[src]

Backup re-encryption limit

§
backupType?: "BACKUP_TYPE_UNSPECIFIED" | "AUTOMATED" | "ON_DEMAND"
[src]

Type of backups users want to re-encrypt.