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

FinalBackupConfig

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

Config used to determine the final backup settings for the instance.

interface FinalBackupConfig {
enabled?: boolean;
retentionDays?: number;
}

§Properties

§
enabled?: boolean
[src]

Whether the final backup is enabled for the instance.

§
retentionDays?: number
[src]

The number of days to retain the final backup after the instance deletion. The final backup will be purged at (time_of_instance_deletion + retention_days).