UpdateDatabaseBackupRequest: {
    databaseBackupId: string;
    expiresAt?: Date;
    name?: string;
    region?: Region;
}

Type declaration

  • databaseBackupId: string

    UUID of the database backup to update.

  • OptionalexpiresAt?: Date

    Expiration date (must follow the ISO 8601 format).

  • Optionalname?: string

    Name of the Database Backup.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.