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

StorageDatabasecenterPartnerapiV1mainBackupConfiguration

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

Configuration for automatic backups

interface StorageDatabasecenterPartnerapiV1mainBackupConfiguration {
automatedBackupEnabled?: boolean;
pointInTimeRecoveryEnabled?: boolean;
}

§Properties

§
automatedBackupEnabled?: boolean
[src]

Whether customer visible automated backups are enabled on the instance.

§

Backup retention settings.

§
pointInTimeRecoveryEnabled?: boolean
[src]

Whether point-in-time recovery is enabled. This is optional field, if the database service does not have this feature or metadata is not available in control plane, this can be omitted.